Html Css Color HEX #BBBDD9 Lavender Grey

📋 copy color: '#BBBDD9'

red 187 ◦ green 189 ◦ blue 217

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

Shades of Lavender Grey #BBBDD9

Tints of Lavender Grey #BBBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 31.53%
G = 31.87%
B = 36.59%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBBDD9 (or 0xBBBDD9) is known color: Lavender Grey. HEX triplet: BB, BD and D9. RGB value is (187,189,217). Sum of RGB (Red+Green+Blue) = 187+189+217=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD9 is #444226. Grayscale: #BFBFBF. Windows color (decimal): -4473383 or 14269883. OLE color: 14269883.

HSL color Cylindrical-coordinate representation of color #BBBDD9: hue angle of 236º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBBDD9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 189 217 -
CMYK 0.14 0.13 0 0.15
HSL 236º 0.28% 0.79% -
HSV(B) 236º 0.14% 0.85% -
XYZ 51.22 51.97 72.98 -
YUV 191.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 187 189 217 0.14 0.13 0 0.15 236 0.28 0.79
Hex BB BD D9 E D 0 F EC 1C 4F
Octal 273 275 331 16 15 0 17 354 34 117
Binary 10111011 10111101 11011001 1110 1101 0 1111 11101100 11100 1001111

Color Harmonies of #BBBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDD9

Black with #BBBDD9

Text Example


Text Example

White with #BBBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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