#B8B9CF

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

Shades of Lavender Grey #B8B9CF

Tints of Lavender Grey #B8B9CF

Color information

#B8B9CF (or 0xB8B9CF) is unknown color: approx Lavender Grey. HEX triplet: B8, B9 and CF. RGB value is (184,185,207). Sum of RGB (Red+Green+Blue) = 184+185+207=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9CF is #474630. Grayscale: #BBBBBB. Windows color (decimal): -4671025 or 13613496. OLE color: 13613496.

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

Color convert

RGB184185207-
CMYK0.110.1100.19
HSL237.39º19.33%76.67%-
HSV(B)237.39º11.11%81.18%-
XYZ48.3849.3966.02-
YUV187.21139.17125.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=31.94%
G=32.12%
B=35.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841852070.110.1100.19237.3919.3376.67
HexB8B9CFBB013ed134d
Octal270271317131302335523115
Binary1011100010111001110011111011101101001111101101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B9CF; }

 p { color: rgb(184,185,207); }

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

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

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

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

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

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

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