#B0BEC1

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

Shades of Heather #B0BEC1

Tints of Heather #B0BEC1

Color information

#B0BEC1 (or 0xB0BEC1) is unknown color: approx Heather. HEX triplet: B0, BE and C1. RGB value is (176,190,193). Sum of RGB (Red+Green+Blue) = 176+190+193=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEC1 is #4F413E. Grayscale: #BABABA. Windows color (decimal): -5194047 or 12697264. OLE color: 12697264.

HSL color Cylindrical-coordinate representation of color #B0BEC1: hue angle of 190.59º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0BEC1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176190193-
CMYK0.090.0200.24
HSL190.59º12.06%72.35%-
HSV(B)190.59º8.81%75.69%-
XYZ45.9449.9157.66-
YUV186.16131.86120.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=31.48%
G=33.99%
B=34.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761901930.090.0200.24190.5912.0672.35
HexB0BEC192018bfc48
Octal26027630111203027714110
Binary1011000010111110110000011001100110001011111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEC1; }

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

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

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

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

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

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

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

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