#B4BEC1

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

Shades of Heather #B4BEC1

Tints of Heather #B4BEC1

Color information

#B4BEC1 (or 0xB4BEC1) is unknown color: approx Heather. HEX triplet: B4, BE and C1. RGB value is (180,190,193). Sum of RGB (Red+Green+Blue) = 180+190+193=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEC1 is #4B413E. Grayscale: #BBBBBB. Windows color (decimal): -4931903 or 12697268. OLE color: 12697268.

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

Color convert

RGB180190193-
CMYK0.070.0200.24
HSL193.85º9.49%73.14%-
HSV(B)193.85º6.74%75.69%-
XYZ46.8650.3857.71-
YUV187.35131.19122.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=31.97%
G=33.75%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801901930.070.0200.24193.859.4973.14
HexB4BEC172018c2949
Octal2642763017203030211111
Binary101101001011111011000001111100110001100001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEC1; }

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

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

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

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

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

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

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

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