Html Css Color HEX #B9BACF Lavender Grey

📋 copy color: '#B9BACF'

red 185 ◦ green 186 ◦ blue 207

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

Shades of Lavender Grey #B9BACF

Tints of Lavender Grey #B9BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 32.01%
G = 32.18%
B = 35.81%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9BACF (or 0xB9BACF) is known color: Lavender Grey. HEX triplet: B9, BA and CF. RGB value is (185,186,207). Sum of RGB (Red+Green+Blue) = 185+186+207=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BACF is #464530. Grayscale: #BCBCBC. Windows color (decimal): -4605233 or 13613753. OLE color: 13613753.

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

Color convert

RGB 185 186 207 -
CMYK 0.11 0.10 0 0.19
HSL 237.27º 0.19% 0.77% -
HSV(B) 237.27º 0.11% 0.81% -
XYZ 48.83 49.94 66.1 -
YUV 188.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 185 186 207 0.11 0.10 0 0.19 237.27 0.19 0.77
Hex B9 BA CF B A 0 13 ED 13 4D
Octal 271 272 317 13 12 0 23 355 23 115
Binary 10111001 10111010 11001111 1011 1010 0 10011 11101101 10011 1001101

Color Harmonies of #B9BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BACF

Black with #B9BACF

Text Example


Text Example

White with #B9BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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