#B8BBCF

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

Shades of Lavender Grey #B8BBCF

Tints of Lavender Grey #B8BBCF

Color information

#B8BBCF (or 0xB8BBCF) is unknown color: approx Lavender Grey. HEX triplet: B8, BB and CF. RGB value is (184,187,207). Sum of RGB (Red+Green+Blue) = 184+187+207=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBCF is #474430. Grayscale: #BCBCBC. Windows color (decimal): -4670513 or 13614008. OLE color: 13614008.

HSL color Cylindrical-coordinate representation of color #B8BBCF: hue angle of 232.17º 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 #B8BBCF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184187207-
CMYK0.110.1000.19
HSL232.17º19.33%76.67%-
HSV(B)232.17º11.11%81.18%-
XYZ48.850.2466.16-
YUV188.38138.51124.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=31.83%
G=32.35%
B=35.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841872070.110.1000.19232.1719.3376.67
HexB8BBCFBA013e8134d
Octal270273317131202335023115
Binary1011100010111011110011111011101001001111101000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBCF; }

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

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

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

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

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

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

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

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