Html Css Color HEX #BBBCCE Lavender Grey

📋 copy color: '#BBBCCE'

red 187 ◦ green 188 ◦ blue 206

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

Shades of Lavender Grey #BBBCCE

Tints of Lavender Grey #BBBCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.36%

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

R = 32.19%
G = 32.36%
B = 35.46%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBBCCE (or 0xBBBCCE) is known color: Lavender Grey. HEX triplet: BB, BC and CE. RGB value is (187,188,206). Sum of RGB (Red+Green+Blue) = 187+188+206=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCE is #444331. Grayscale: #BDBDBD. Windows color (decimal): -4473650 or 13548731. OLE color: 13548731.

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

Color convert

RGB 187 188 206 -
CMYK 0.09 0.09 0 0.19
HSL 236.84º 0.16% 0.77% -
HSV(B) 236.84º 0.09% 0.81% -
XYZ 49.62 50.99 65.62 -
YUV 189.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 187 188 206 0.09 0.09 0 0.19 236.84 0.16 0.77
Hex BB BC CE 9 9 0 13 ED 10 4D
Octal 273 274 316 11 11 0 23 355 20 115
Binary 10111011 10111100 11001110 1001 1001 0 10011 11101101 10000 1001101

Color Harmonies of #BBBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCCE

Black with #BBBCCE

Text Example


Text Example

White with #BBBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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