Html Css Color HEX #BBBDCD Lavender Grey

📋 copy color: '#BBBDCD'

red 187 ◦ green 189 ◦ blue 205

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

Shades of Lavender Grey #BBBDCD

Tints of Lavender Grey #BBBDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 32.19%
G = 32.53%
B = 35.28%

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

#BBBDCD (or 0xBBBDCD) is known color: Lavender Grey. HEX triplet: BB, BD and CD. RGB value is (187,189,205). Sum of RGB (Red+Green+Blue) = 187+189+205=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCD is #444232. Grayscale: #BEBEBE. Windows color (decimal): -4473395 or 13483451. OLE color: 13483451.

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

Color convert

RGB 187 189 205 -
CMYK 0.09 0.08 0 0.20
HSL 233.33º 0.15% 0.77% -
HSV(B) 233.33º 0.09% 0.8% -
XYZ 49.71 51.37 65.05 -
YUV 190.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 187 189 205 0.09 0.08 0 0.20 233.33 0.15 0.77
Hex BB BD CD 9 8 0 14 E9 F 4D
Octal 273 275 315 11 10 0 24 351 17 115
Binary 10111011 10111101 11001101 1001 1000 0 10100 11101001 1111 1001101

Color Harmonies of #BBBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDCD

Black with #BBBDCD

Text Example


Text Example

White with #BBBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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