Html Css Color HEX #BBB9DC Lavender Grey

📋 copy color: '#BBB9DC'

red 187 ◦ green 185 ◦ blue 220

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

Shades of Lavender Grey #BBB9DC

Tints of Lavender Grey #BBB9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.25%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 31.59%
G = 31.25%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBB9DC (or 0xBBB9DC) is known color: Lavender Grey. HEX triplet: BB, B9 and DC. RGB value is (187,185,220). Sum of RGB (Red+Green+Blue) = 187+185+220=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9DC is #444623. Grayscale: #BDBDBD. Windows color (decimal): -4474404 or 14465467. OLE color: 14465467.

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

Color convert

RGB 187 185 220 -
CMYK 0.15 0.16 0 0.14
HSL 243.43º 0.33% 0.79% -
HSV(B) 243.43º 0.16% 0.86% -
XYZ 50.76 50.43 74.77 -
YUV 189.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 187 185 220 0.15 0.16 0 0.14 243.43 0.33 0.79
Hex BB B9 DC F 10 0 E F3 21 4F
Octal 273 271 334 17 20 0 16 363 41 117
Binary 10111011 10111001 11011100 1111 10000 0 1110 11110011 100001 1001111

Color Harmonies of #BBB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9DC

Black with #BBB9DC

Text Example


Text Example

White with #BBB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9DC; }

 p { color: rgb(187,185,220); }

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

background-color css

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

 a { background-color: rgb(187,185,220); }

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

border-color css

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

 span { border-color: rgb(187,185,220); }

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