Html Css Color HEX #B9BCDE Lavender Grey

📋 copy color: '#B9BCDE'

red 185 ◦ green 188 ◦ blue 222

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

Shades of Lavender Grey #B9BCDE

Tints of Lavender Grey #B9BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 31.09%
G = 31.6%
B = 37.31%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9BCDE (or 0xB9BCDE) is known color: Lavender Grey. HEX triplet: B9, BC and DE. RGB value is (185,188,222). Sum of RGB (Red+Green+Blue) = 185+188+222=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCDE is #464321. Grayscale: #BEBEBE. Windows color (decimal): -4604706 or 14597305. OLE color: 14597305.

HSL color Cylindrical-coordinate representation of color #B9BCDE: hue angle of 235.14º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9BCDE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 188 222 -
CMYK 0.17 0.15 0 0.13
HSL 235.14º 0.36% 0.8% -
HSV(B) 235.14º 0.17% 0.87% -
XYZ 51.18 51.55 76.36 -
YUV 190.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 185 188 222 0.17 0.15 0 0.13 235.14 0.36 0.8
Hex B9 BC DE 11 F 0 D EB 24 50
Octal 271 274 336 21 17 0 15 353 44 120
Binary 10111001 10111100 11011110 10001 1111 0 1101 11101011 100100 1010000

Color Harmonies of #B9BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCDE

Black with #B9BCDE

Text Example


Text Example

White with #B9BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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