Html Css Color HEX #B9BADE Lavender Grey

📋 copy color: '#B9BADE'

red 185 ◦ green 186 ◦ blue 222

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

Shades of Lavender Grey #B9BADE

Tints of Lavender Grey #B9BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.37%

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

R = 31.2%
G = 31.37%
B = 37.44%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9BADE (or 0xB9BADE) is known color: Lavender Grey. HEX triplet: B9, BA and DE. RGB value is (185,186,222). Sum of RGB (Red+Green+Blue) = 185+186+222=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BADE is #464521. Grayscale: #BDBDBD. Windows color (decimal): -4605218 or 14596793. OLE color: 14596793.

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

Color convert

RGB 185 186 222 -
CMYK 0.17 0.16 0 0.13
HSL 238.38º 0.36% 0.8% -
HSV(B) 238.38º 0.17% 0.87% -
XYZ 50.75 50.71 76.22 -
YUV 189.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 185 186 222 0.17 0.16 0 0.13 238.38 0.36 0.8
Hex B9 BA DE 11 10 0 D EE 24 50
Octal 271 272 336 21 20 0 15 356 44 120
Binary 10111001 10111010 11011110 10001 10000 0 1101 11101110 100100 1010000

Color Harmonies of #B9BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BADE

Black with #B9BADE

Text Example


Text Example

White with #B9BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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