#B4BEC3

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

Shades of Heather #B4BEC3

Tints of Heather #B4BEC3

Color information

#B4BEC3 (or 0xB4BEC3) is unknown color: approx Heather. HEX triplet: B4, BE and C3. RGB value is (180,190,195). Sum of RGB (Red+Green+Blue) = 180+190+195=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #B4BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEC3 is #4B413C. Grayscale: #BBBBBB. Windows color (decimal): -4931901 or 12828340. OLE color: 12828340.

HSL color Cylindrical-coordinate representation of color #B4BEC3: hue angle of 200º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4BEC3 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180190195-
CMYK0.080.0300.24
HSL200º11.11%73.53%-
HSV(B)200º7.69%76.47%-
XYZ47.0950.4758.89-
YUV187.58132.19122.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=31.86%
G=33.63%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801901950.080.0300.2420011.1173.53
HexB4BEC383018c8b4a
Octal26427630310303031013112
Binary1011010010111110110000111000110110001100100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEC3; }

 p { color: rgb(180,190,195); }

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

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

 a { background-color: rgb(180,190,195); }

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

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

 span { border-color: rgb(180,190,195); }

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