Html Css Color HEX #BBBDCB Lavender Grey

📋 copy color: '#BBBDCB'

red 187 ◦ green 189 ◦ blue 203

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

Shades of Lavender Grey #BBBDCB

Tints of Lavender Grey #BBBDCB

RGB

 RED value IS 187 (73.44% from 255) = 32.3%

 GREEN value IS 189 (74.22% from 255) = 32.64%

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

R = 32.3%
G = 32.64%
B = 35.06%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBBDCB (or 0xBBBDCB) is known color: Lavender Grey. HEX triplet: BB, BD and CB. RGB value is (187,189,203). Sum of RGB (Red+Green+Blue) = 187+189+203=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCB is #444234. Grayscale: #BDBDBD. Windows color (decimal): -4473397 or 13352379. OLE color: 13352379.

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

Color convert

RGB 187 189 203 -
CMYK 0.08 0.07 0 0.20
HSL 232.5º 0.13% 0.76% -
HSV(B) 232.5º 0.08% 0.8% -
XYZ 49.47 51.27 63.79 -
YUV 190 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 187 189 203 0.08 0.07 0 0.20 232.5 0.13 0.76
Hex BB BD CB 8 7 0 14 E8 D 4C
Octal 273 275 313 10 7 0 24 350 15 114
Binary 10111011 10111101 11001011 1000 111 0 10100 11101000 1101 1001100

Color Harmonies of #BBBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDCB

Black with #BBBDCB

Text Example


Text Example

White with #BBBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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