Html Css Color HEX #B0BCC6 Heather

📋 copy color: '#B0BCC6'

red 176 ◦ green 188 ◦ blue 198

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

Shades of Heather #B0BCC6

Tints of Heather #B0BCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 31.32%
G = 33.45%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B0BCC6 (or 0xB0BCC6) is known color: Heather. HEX triplet: B0, BC and C6. RGB value is (176,188,198). Sum of RGB (Red+Green+Blue) = 176+188+198=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCC6 is #4F4339. Grayscale: #B9B9B9. Windows color (decimal): -5194554 or 13024432. OLE color: 13024432.

HSL color Cylindrical-coordinate representation of color #B0BCC6: hue angle of 207.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0BCC6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 188 198 -
CMYK 0.11 0.05 0 0.22
HSL 207.27º 0.16% 0.73% -
HSV(B) 207.27º 0.11% 0.78% -
XYZ 46.08 49.27 60.51 -
YUV 185.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 176 188 198 0.11 0.05 0 0.22 207.27 0.16 0.73
Hex B0 BC C6 B 5 0 16 CF 10 49
Octal 260 274 306 13 5 0 26 317 20 111
Binary 10110000 10111100 11000110 1011 101 0 10110 11001111 10000 1001001

Color Harmonies of #B0BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCC6

Black with #B0BCC6

Text Example


Text Example

White with #B0BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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