#B4B0DC

Color #B4B0DC Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B4B0DC

Tints of Lavender Grey #B4B0DC

Color information

#B4B0DC (or 0xB4B0DC) is unknown color: approx Lavender Grey. HEX triplet: B4, B0 and DC. RGB value is (180,176,220). Sum of RGB (Red+Green+Blue) = 180+176+220=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0DC is #4B4F23. Grayscale: #B6B6B6. Windows color (decimal): -4935460 or 14463156. OLE color: 14463156.

HSL color Cylindrical-coordinate representation of color #B4B0DC: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4B0DC is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180176220-
CMYK0.180.200.14
HSL245.45º38.6%77.65%-
HSV(B)245.45º20%86.27%-
XYZ47.2745.9274.08-
YUV182.21149.33126.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=31.25%
G=30.56%
B=38.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801762200.180.200.14245.4538.677.65
HexB4B0DC12140Ef5274e
Octal264260334222401636547116
Binary101101001011000011011100100101010001110111101011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0DC; }

 p { color: rgb(180,176,220); }

 H1.HeaderClassName
 {
   color: #B4B0DC;
 }
 .AnyTagClassName
 {
   color: #B4B0DC;
 }
</style>
background-color css

<style>
 a { background-color: #B4B0DC; }

 a { background-color: rgb(180,176,220); }

 div.DivClassName
 {
   background-color: #B4B0DC;
 }
 .BgClassName
 {
   background-color: #B4B0DC;
 }
</style>
border-color css

<style>
 span { border-color: #B4B0DC; }

 span { border-color: rgb(180,176,220); }

 td.TdClassName
 {
   border-color: #B4B0DC;
 }
 .TagClassName
 {
   border-color: #B4B0DC;
 }
</style>