Html Css Color HEX #B5BABF Heather

📋 copy color: '#B5BABF'

red 181 ◦ green 186 ◦ blue 191

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

Shades of Heather #B5BABF

Tints of Heather #B5BABF

RGB

 RED value IS 181 (71.09% from 255) = 32.44%

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

 BLUE value IS 191 (75% from 255) = 34.23%

R = 32.44%
G = 33.33%
B = 34.23%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5BABF (or 0xB5BABF) is known color: Heather. HEX triplet: B5, BA and BF. RGB value is (181,186,191). Sum of RGB (Red+Green+Blue) = 181+186+191=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BABF is #4A4540. Grayscale: #B9B9B9. Windows color (decimal): -4867393 or 12565173. OLE color: 12565173.

HSL color Cylindrical-coordinate representation of color #B5BABF: hue angle of 210º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BABF is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 186 191 -
CMYK 0.05 0.03 0 0.25
HSL 210º 0.07% 0.73% -
HSV(B) 210º 0.05% 0.75% -
XYZ 46.02 48.7 56.27 -
YUV 185.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 181 186 191 0.05 0.03 0 0.25 210 0.07 0.73
Hex B5 BA BF 5 3 0 19 D2 7 49
Octal 265 272 277 5 3 0 31 322 7 111
Binary 10110101 10111010 10111111 101 11 0 11001 11010010 111 1001001

Color Harmonies of #B5BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BABF

Black with #B5BABF

Text Example


Text Example

White with #B5BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BABF; }

 p { color: rgb(181,186,191); }

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

background-color css

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

 a { background-color: rgb(181,186,191); }

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

border-color css

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

 span { border-color: rgb(181,186,191); }

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