Html Css Color HEX #B8BBCB Lavender Grey

📋 copy color: '#B8BBCB'

red 184 ◦ green 187 ◦ blue 203

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

Shades of Lavender Grey #B8BBCB

Tints of Lavender Grey #B8BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.58%

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

R = 32.06%
G = 32.58%
B = 35.37%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8BBCB (or 0xB8BBCB) is known color: Lavender Grey. HEX triplet: B8, BB and CB. RGB value is (184,187,203). Sum of RGB (Red+Green+Blue) = 184+187+203=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBCB is #474434. Grayscale: #BBBBBB. Windows color (decimal): -4670517 or 13351864. OLE color: 13351864.

HSL color Cylindrical-coordinate representation of color #B8BBCB: hue angle of 230.53º 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 #B8BBCB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 187 203 -
CMYK 0.09 0.08 0 0.20
HSL 230.53º 0.15% 0.76% -
HSV(B) 230.53º 0.09% 0.8% -
XYZ 48.32 50.04 63.61 -
YUV 187.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 184 187 203 0.09 0.08 0 0.20 230.53 0.15 0.76
Hex B8 BB CB 9 8 0 14 E7 F 4C
Octal 270 273 313 11 10 0 24 347 17 114
Binary 10111000 10111011 11001011 1001 1000 0 10100 11100111 1111 1001100

Color Harmonies of #B8BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBCB

Black with #B8BBCB

Text Example


Text Example

White with #B8BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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