#B0BEC5

Color #B0BEC5 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B0BEC5

Tints of Heather #B0BEC5

Color information

#B0BEC5 (or 0xB0BEC5) is unknown color: approx Heather. HEX triplet: B0, BE and C5. RGB value is (176,190,197). Sum of RGB (Red+Green+Blue) = 176+190+197=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEC5 is #4F413A. Grayscale: #BABABA. Windows color (decimal): -5194043 or 12959408. OLE color: 12959408.

HSL color Cylindrical-coordinate representation of color #B0BEC5: hue angle of 200º 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 #B0BEC5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176190197-
CMYK0.110.0400.23
HSL200º15.33%73.14%-
HSV(B)200º10.66%77.25%-
XYZ46.450.0960.05-
YUV186.61133.86120.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=31.26%
G=33.75%
B=34.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761901970.110.0400.2320015.3373.14
HexB0BEC5B4017c8f49
Octal26027630513402731017111
Binary10110000101111101100010110111000101111100100011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEC5; }

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

 H1.HeaderClassName
 {
   color: #B0BEC5;
 }
 .AnyTagClassName
 {
   color: #B0BEC5;
 }
</style>
background-color css

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

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

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

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

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

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