#B8BBCC

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

Shades of Lavender Grey #B8BBCC

Tints of Lavender Grey #B8BBCC

Color information

#B8BBCC (or 0xB8BBCC) is unknown color: approx Lavender Grey. HEX triplet: B8, BB and CC. RGB value is (184,187,204). Sum of RGB (Red+Green+Blue) = 184+187+204=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBCC is #474433. Grayscale: #BBBBBB. Windows color (decimal): -4670516 or 13417400. OLE color: 13417400.

HSL color Cylindrical-coordinate representation of color #B8BBCC: hue angle of 231º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BBCC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184187204-
CMYK0.100.0800.2
HSL231º16.39%76.08%-
HSV(B)231º9.8%80%-
XYZ48.4450.0964.24-
YUV188.04137.01125.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=32%
G=32.52%
B=35.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841872040.100.0800.223116.3976.08
HexB8BBCCA8014e7104c
Octal270273314121002434720114
Binary1011100010111011110011001010100001010011100111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBCC; }

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

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

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

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

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

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

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

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