Html Css Color HEX #B9BCDB Lavender Grey

📋 copy color: '#B9BCDB'

red 185 ◦ green 188 ◦ blue 219

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

Shades of Lavender Grey #B9BCDB

Tints of Lavender Grey #B9BCDB

RGB

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

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

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

R = 31.25%
G = 31.76%
B = 36.99%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9BCDB (or 0xB9BCDB) is known color: Lavender Grey. HEX triplet: B9, BC and DB. RGB value is (185,188,219). Sum of RGB (Red+Green+Blue) = 185+188+219=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCDB is #464324. Grayscale: #BEBEBE. Windows color (decimal): -4604709 or 14400697. OLE color: 14400697.

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

Color convert

RGB 185 188 219 -
CMYK 0.16 0.14 0 0.14
HSL 234.71º 0.32% 0.79% -
HSV(B) 234.71º 0.16% 0.86% -
XYZ 50.78 51.4 74.26 -
YUV 190.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 185 188 219 0.16 0.14 0 0.14 234.71 0.32 0.79
Hex B9 BC DB 10 E 0 E EB 20 4F
Octal 271 274 333 20 16 0 16 353 40 117
Binary 10111001 10111100 11011011 10000 1110 0 1110 11101011 100000 1001111

Color Harmonies of #B9BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCDB

Black with #B9BCDB

Text Example


Text Example

White with #B9BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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