Html Css Color HEX #B9BACE Lavender Grey

📋 copy color: '#B9BACE'

red 185 ◦ green 186 ◦ blue 206

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

Shades of Lavender Grey #B9BACE

Tints of Lavender Grey #B9BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 32.06%
G = 32.24%
B = 35.7%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9BACE (or 0xB9BACE) is known color: Lavender Grey. HEX triplet: B9, BA and CE. RGB value is (185,186,206). Sum of RGB (Red+Green+Blue) = 185+186+206=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BACE is #464531. Grayscale: #BBBBBB. Windows color (decimal): -4605234 or 13548217. OLE color: 13548217.

HSL color Cylindrical-coordinate representation of color #B9BACE: hue angle of 237.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BACE is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 186 206 -
CMYK 0.10 0.10 0 0.19
HSL 237.14º 0.18% 0.77% -
HSV(B) 237.14º 0.1% 0.81% -
XYZ 48.71 49.89 65.45 -
YUV 187.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 185 186 206 0.10 0.10 0 0.19 237.14 0.18 0.77
Hex B9 BA CE A A 0 13 ED 12 4D
Octal 271 272 316 12 12 0 23 355 22 115
Binary 10111001 10111010 11001110 1010 1010 0 10011 11101101 10010 1001101

Color Harmonies of #B9BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BACE

Black with #B9BACE

Text Example


Text Example

White with #B9BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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