#B3BEC4

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

Shades of Heather #B3BEC4

Tints of Heather #B3BEC4

Color information

#B3BEC4 (or 0xB3BEC4) is unknown color: approx Heather. HEX triplet: B3, BE and C4. RGB value is (179,190,196). Sum of RGB (Red+Green+Blue) = 179+190+196=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEC4 is #4C413B. Grayscale: #BBBBBB. Windows color (decimal): -4997436 or 12893875. OLE color: 12893875.

HSL color Cylindrical-coordinate representation of color #B3BEC4: hue angle of 201.18º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3BEC4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179190196-
CMYK0.090.0300.23
HSL201.18º12.59%73.53%-
HSV(B)201.18º8.67%76.86%-
XYZ46.9750.459.48-
YUV187.4132.86122.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 196 (76.95% from 255) = 34.69%
R=31.68%
G=33.63%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791901960.090.0300.23201.1812.5973.53
HexB3BEC493017c9d4a
Octal26327630411302731115112
Binary1011001110111110110001001001110101111100100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEC4; }

 p { color: rgb(179,190,196); }

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

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

 a { background-color: rgb(179,190,196); }

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

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

 span { border-color: rgb(179,190,196); }

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