Html Css Color HEX #B0BCBF Heather

📋 copy color: '#B0BCBF'

red 176 ◦ green 188 ◦ blue 191

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

Shades of Heather #B0BCBF

Tints of Heather #B0BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

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

R = 31.71%
G = 33.87%
B = 34.41%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0BCBF (or 0xB0BCBF) is known color: Heather. HEX triplet: B0, BC and BF. RGB value is (176,188,191). Sum of RGB (Red+Green+Blue) = 176+188+191=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCBF is #4F4340. Grayscale: #B8B8B8. Windows color (decimal): -5194561 or 12565680. OLE color: 12565680.

HSL color Cylindrical-coordinate representation of color #B0BCBF: hue angle of 192º 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 #B0BCBF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 188 191 -
CMYK 0.08 0.02 0 0.25
HSL 192º 0.1% 0.72% -
HSV(B) 192º 0.08% 0.75% -
XYZ 45.29 48.96 56.35 -
YUV 184.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 176 188 191 0.08 0.02 0 0.25 192 0.1 0.72
Hex B0 BC BF 8 2 0 19 C0 A 48
Octal 260 274 277 10 2 0 31 300 12 110
Binary 10110000 10111100 10111111 1000 10 0 11001 11000000 1010 1001000

Color Harmonies of #B0BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCBF

Black with #B0BCBF

Text Example


Text Example

White with #B0BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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