Html Css Color HEX #BBBCD2 Lavender Grey

📋 copy color: '#BBBCD2'

red 187 ◦ green 188 ◦ blue 210

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

Shades of Lavender Grey #BBBCD2

Tints of Lavender Grey #BBBCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 31.97%
G = 32.14%
B = 35.9%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBBCD2 (or 0xBBBCD2) is known color: Lavender Grey. HEX triplet: BB, BC and D2. RGB value is (187,188,210). Sum of RGB (Red+Green+Blue) = 187+188+210=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD2 is #44432D. Grayscale: #BEBEBE. Windows color (decimal): -4473646 or 13810875. OLE color: 13810875.

HSL color Cylindrical-coordinate representation of color #BBBCD2: hue angle of 237.39º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBCD2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 188 210 -
CMYK 0.11 0.10 0 0.18
HSL 237.39º 0.2% 0.78% -
HSV(B) 237.39º 0.11% 0.82% -
XYZ 50.11 51.18 68.21 -
YUV 190.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 187 188 210 0.11 0.10 0 0.18 237.39 0.2 0.78
Hex BB BC D2 B A 0 12 ED 14 4E
Octal 273 274 322 13 12 0 22 355 24 116
Binary 10111011 10111100 11010010 1011 1010 0 10010 11101101 10100 1001110

Color Harmonies of #BBBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCD2

Black with #BBBCD2

Text Example


Text Example

White with #BBBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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