#B4B4CF

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

Shades of Lavender Grey #B4B4CF

Tints of Lavender Grey #B4B4CF

Color information

#B4B4CF (or 0xB4B4CF) is unknown color: approx Lavender Grey. HEX triplet: B4, B4 and CF. RGB value is (180,180,207). Sum of RGB (Red+Green+Blue) = 180+180+207=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4CF is #4B4B30. Grayscale: #B6B6B6. Windows color (decimal): -4934449 or 13612212. OLE color: 13612212.

HSL color Cylindrical-coordinate representation of color #B4B4CF: hue angle of 240º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B4CF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180180207-
CMYK0.130.1300.19
HSL240º21.95%75.88%-
HSV(B)240º13.04%81.18%-
XYZ46.4146.8565.63-
YUV183.08141.5125.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=31.75%
G=31.75%
B=36.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801802070.130.1300.1924021.9575.88
HexB4B4CFDD013f0164c
Octal264264317151502336026114
Binary1011010010110100110011111101110101001111110000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4CF; }

 p { color: rgb(180,180,207); }

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

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

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

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

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

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

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