#BDBEBF

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

Shades of Heather #BDBEBF

Tints of Heather #BDBEBF

Color information

#BDBEBF (or 0xBDBEBF) is unknown color: approx Heather. HEX triplet: BD, BE and BF. RGB value is (189,190,191). Sum of RGB (Red+Green+Blue) = 189+190+191=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEBF is #424140. Grayscale: #BDBDBD. Windows color (decimal): -4342081 or 12566205. OLE color: 12566205.

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

Color convert

RGB189190191-
CMYK0.010.0100.25
HSL210º1.54%74.51%-
HSV(B)210º1.05%74.9%-
XYZ48.851.4156.64-
YUV189.82128.67127.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 33.51%
R=33.16%
G=33.33%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901910.010.0100.252101.5474.51
HexBDBEBF11019d224b
Octal275276277110313222113
Binary1011110110111110101111111101100111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEBF; }

 p { color: rgb(189,190,191); }

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

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

 a { background-color: rgb(189,190,191); }

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

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

 span { border-color: rgb(189,190,191); }

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