#BBBEC1

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

Shades of Heather #BBBEC1

Tints of Heather #BBBEC1

Color information

#BBBEC1 (or 0xBBBEC1) is unknown color: approx Heather. HEX triplet: BB, BE and C1. RGB value is (187,190,193). Sum of RGB (Red+Green+Blue) = 187+190+193=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC1 is #44413E. Grayscale: #BDBDBD. Windows color (decimal): -4473151 or 12697275. OLE color: 12697275.

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

Color convert

RGB187190193-
CMYK0.030.0200.24
HSL210º4.62%74.51%-
HSV(B)210º3.11%75.69%-
XYZ48.5351.2457.78-
YUV189.44130.01126.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=32.81%
G=33.33%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871901930.030.0200.242104.6274.51
HexBBBEC132018d254b
Octal273276301320303225113
Binary1011101110111110110000011110011000110100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEC1; }

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

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

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

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

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

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

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

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