Html Css Color HEX #BBBDCE Lavender Grey

📋 copy color: '#BBBDCE'

red 187 ◦ green 189 ◦ blue 206

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

Shades of Lavender Grey #BBBDCE

Tints of Lavender Grey #BBBDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 32.13%
G = 32.47%
B = 35.4%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBBDCE (or 0xBBBDCE) is known color: Lavender Grey. HEX triplet: BB, BD and CE. RGB value is (187,189,206). Sum of RGB (Red+Green+Blue) = 187+189+206=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCE is #444231. Grayscale: #BEBEBE. Windows color (decimal): -4473394 or 13548987. OLE color: 13548987.

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

Color convert

RGB 187 189 206 -
CMYK 0.09 0.08 0 0.19
HSL 233.68º 0.16% 0.77% -
HSV(B) 233.68º 0.09% 0.81% -
XYZ 49.83 51.42 65.69 -
YUV 190.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 187 189 206 0.09 0.08 0 0.19 233.68 0.16 0.77
Hex BB BD CE 9 8 0 13 EA 10 4D
Octal 273 275 316 11 10 0 23 352 20 115
Binary 10111011 10111101 11001110 1001 1000 0 10011 11101010 10000 1001101

Color Harmonies of #BBBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDCE

Black with #BBBDCE

Text Example


Text Example

White with #BBBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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