Html Css Color HEX #BBBCD1 Lavender Grey

📋 copy color: '#BBBCD1'

red 187 ◦ green 188 ◦ blue 209

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

Shades of Lavender Grey #BBBCD1

Tints of Lavender Grey #BBBCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 32.02%
G = 32.19%
B = 35.79%

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

#BBBCD1 (or 0xBBBCD1) is known color: Lavender Grey. HEX triplet: BB, BC and D1. RGB value is (187,188,209). Sum of RGB (Red+Green+Blue) = 187+188+209=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD1 is #44432E. Grayscale: #BEBEBE. Windows color (decimal): -4473647 or 13745339. OLE color: 13745339.

HSL color Cylindrical-coordinate representation of color #BBBCD1: hue angle of 237.27º degrees, saturation: 0.19, 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 #BBBCD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 188 209 -
CMYK 0.11 0.10 0 0.18
HSL 237.27º 0.19% 0.78% -
HSV(B) 237.27º 0.11% 0.82% -
XYZ 49.99 51.13 67.56 -
YUV 190.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 187 188 209 0.11 0.10 0 0.18 237.27 0.19 0.78
Hex BB BC D1 B A 0 12 ED 13 4E
Octal 273 274 321 13 12 0 22 355 23 116
Binary 10111011 10111100 11010001 1011 1010 0 10010 11101101 10011 1001110

Color Harmonies of #BBBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCD1

Black with #BBBCD1

Text Example


Text Example

White with #BBBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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