Html Css Color HEX #B0BABF Heather

📋 copy color: '#B0BABF'

red 176 ◦ green 186 ◦ blue 191

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

Shades of Heather #B0BABF

Tints of Heather #B0BABF

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

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

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

R = 31.83%
G = 33.63%
B = 34.54%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0BABF (or 0xB0BABF) is known color: Heather. HEX triplet: B0, BA and BF. RGB value is (176,186,191). Sum of RGB (Red+Green+Blue) = 176+186+191=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BABF is #4F4540. Grayscale: #B7B7B7. Windows color (decimal): -5195073 or 12565168. OLE color: 12565168.

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

Color convert

RGB 176 186 191 -
CMYK 0.08 0.03 0 0.25
HSL 200º 0.1% 0.72% -
HSV(B) 200º 0.08% 0.75% -
XYZ 44.87 48.11 56.21 -
YUV 183.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 176 186 191 0.08 0.03 0 0.25 200 0.1 0.72
Hex B0 BA BF 8 3 0 19 C8 A 48
Octal 260 272 277 10 3 0 31 310 12 110
Binary 10110000 10111010 10111111 1000 11 0 11001 11001000 1010 1001000

Color Harmonies of #B0BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BABF

Black with #B0BABF

Text Example


Text Example

White with #B0BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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