Html Css Color HEX #B9BADB Lavender Grey

📋 copy color: '#B9BADB'

red 185 ◦ green 186 ◦ blue 219

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

Shades of Lavender Grey #B9BADB

Tints of Lavender Grey #B9BADB

RGB

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

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

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

R = 31.36%
G = 31.53%
B = 37.12%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9BADB (or 0xB9BADB) is known color: Lavender Grey. HEX triplet: B9, BA and DB. RGB value is (185,186,219). Sum of RGB (Red+Green+Blue) = 185+186+219=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BADB is #464524. Grayscale: #BDBDBD. Windows color (decimal): -4605221 or 14400185. OLE color: 14400185.

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

Color convert

RGB 185 186 219 -
CMYK 0.16 0.15 0 0.14
HSL 238.24º 0.32% 0.79% -
HSV(B) 238.24º 0.16% 0.86% -
XYZ 50.35 50.55 74.12 -
YUV 189.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 185 186 219 0.16 0.15 0 0.14 238.24 0.32 0.79
Hex B9 BA DB 10 F 0 E EE 20 4F
Octal 271 272 333 20 17 0 16 356 40 117
Binary 10111001 10111010 11011011 10000 1111 0 1110 11101110 100000 1001111

Color Harmonies of #B9BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BADB

Black with #B9BADB

Text Example


Text Example

White with #B9BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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