Html Css Color HEX #BBB9DB Lavender Grey

📋 copy color: '#BBB9DB'

red 187 ◦ green 185 ◦ blue 219

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

Shades of Lavender Grey #BBB9DB

Tints of Lavender Grey #BBB9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 31.64%
G = 31.3%
B = 37.06%

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

#BBB9DB (or 0xBBB9DB) is known color: Lavender Grey. HEX triplet: BB, B9 and DB. RGB value is (187,185,219). Sum of RGB (Red+Green+Blue) = 187+185+219=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9DB is #444624. Grayscale: #BDBDBD. Windows color (decimal): -4474405 or 14399931. OLE color: 14399931.

HSL color Cylindrical-coordinate representation of color #BBB9DB: hue angle of 243.53º degrees, saturation: 0.32, 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 #BBB9DB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 185 219 -
CMYK 0.15 0.16 0 0.14
HSL 243.53º 0.32% 0.79% -
HSV(B) 243.53º 0.16% 0.86% -
XYZ 50.63 50.38 74.07 -
YUV 189.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 187 185 219 0.15 0.16 0 0.14 243.53 0.32 0.79
Hex BB B9 DB F 10 0 E F4 20 4F
Octal 273 271 333 17 20 0 16 364 40 117
Binary 10111011 10111001 11011011 1111 10000 0 1110 11110100 100000 1001111

Color Harmonies of #BBB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9DB

Black with #BBB9DB

Text Example


Text Example

White with #BBB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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