Html Css Color HEX #B8B9CB Lavender Grey

📋 copy color: '#B8B9CB'

red 184 ◦ green 185 ◦ blue 203

#B8B9CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B8B9CB

Tints of Lavender Grey #B8B9CB

RGB

 RED value IS 184 (72.27% from 255) = 32.17%

 GREEN value IS 185 (72.66% from 255) = 32.34%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 32.17%
G = 32.34%
B = 35.49%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8B9CB (or 0xB8B9CB) is known color: Lavender Grey. HEX triplet: B8, B9 and CB. RGB value is (184,185,203). Sum of RGB (Red+Green+Blue) = 184+185+203=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9CB is #474634. Grayscale: #BABABA. Windows color (decimal): -4671029 or 13351352. OLE color: 13351352.

HSL color Cylindrical-coordinate representation of color #B8B9CB: hue angle of 236.84º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8B9CB is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 185 203 -
CMYK 0.09 0.09 0 0.20
HSL 236.84º 0.15% 0.76% -
HSV(B) 236.84º 0.09% 0.8% -
XYZ 47.9 49.2 63.47 -
YUV 186.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 184 185 203 0.09 0.09 0 0.20 236.84 0.15 0.76
Hex B8 B9 CB 9 9 0 14 ED F 4C
Octal 270 271 313 11 11 0 24 355 17 114
Binary 10111000 10111001 11001011 1001 1001 0 10100 11101101 1111 1001100

Color Harmonies of #B8B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B9CB

Black with #B8B9CB

Text Example


Text Example

White with #B8B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B9CB; }

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

 H1.HeaderClassName
 {
   color: #B8B9CB;
 }
 .AnyTagClassName
 {
   color: #B8B9CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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