Html Css Color HEX #B0BAC5 Heather

📋 copy color: '#B0BAC5'

red 176 ◦ green 186 ◦ blue 197

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

Shades of Heather #B0BAC5

Tints of Heather #B0BAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.24%

R = 31.48%
G = 33.27%
B = 35.24%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B0BAC5 (or 0xB0BAC5) is known color: Heather. HEX triplet: B0, BA and C5. RGB value is (176,186,197). Sum of RGB (Red+Green+Blue) = 176+186+197=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAC5 is #4F453A. Grayscale: #B8B8B8. Windows color (decimal): -5195067 or 12958384. OLE color: 12958384.

HSL color Cylindrical-coordinate representation of color #B0BAC5: hue angle of 211.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0BAC5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 186 197 -
CMYK 0.11 0.06 0 0.23
HSL 211.43º 0.15% 0.73% -
HSV(B) 211.43º 0.11% 0.77% -
XYZ 45.54 48.38 59.76 -
YUV 184.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 176 186 197 0.11 0.06 0 0.23 211.43 0.15 0.73
Hex B0 BA C5 B 6 0 17 D3 F 49
Octal 260 272 305 13 6 0 27 323 17 111
Binary 10110000 10111010 11000101 1011 110 0 10111 11010011 1111 1001001

Color Harmonies of #B0BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BAC5

Black with #B0BAC5

Text Example


Text Example

White with #B0BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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