Html Css Color HEX #BBBCD6 Lavender Grey

📋 copy color: '#BBBCD6'

red 187 ◦ green 188 ◦ blue 214

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

Shades of Lavender Grey #BBBCD6

Tints of Lavender Grey #BBBCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 31.75%
G = 31.92%
B = 36.33%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBBCD6 (or 0xBBBCD6) is known color: Lavender Grey. HEX triplet: BB, BC and D6. RGB value is (187,188,214). Sum of RGB (Red+Green+Blue) = 187+188+214=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD6 is #444329. Grayscale: #BEBEBE. Windows color (decimal): -4473642 or 14073019. OLE color: 14073019.

HSL color Cylindrical-coordinate representation of color #BBBCD6: hue angle of 237.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBCD6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 188 214 -
CMYK 0.13 0.12 0 0.16
HSL 237.78º 0.25% 0.79% -
HSV(B) 237.78º 0.13% 0.84% -
XYZ 50.61 51.39 70.87 -
YUV 190.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 187 188 214 0.13 0.12 0 0.16 237.78 0.25 0.79
Hex BB BC D6 D C 0 10 EE 19 4F
Octal 273 274 326 15 14 0 20 356 31 117
Binary 10111011 10111100 11010110 1101 1100 0 10000 11101110 11001 1001111

Color Harmonies of #BBBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCD6

Black with #BBBCD6

Text Example


Text Example

White with #BBBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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