#BABDBE

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

Shades of Heather #BABDBE

Tints of Heather #BABDBE

Color information

#BABDBE (or 0xBABDBE) is unknown color: approx Heather. HEX triplet: BA, BD and BE. RGB value is (186,189,190). Sum of RGB (Red+Green+Blue) = 186+189+190=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 190 - color contains mainly: blue. Hex color #BABDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDBE is #454241. Grayscale: #BCBCBC. Windows color (decimal): -4538946 or 12500410. OLE color: 12500410.

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

Color convert

RGB186189190-
CMYK0.020.0100.25
HSL195º2.99%73.73%-
HSV(B)195º2.11%74.51%-
XYZ47.7450.5555.96-
YUV188.22129.01126.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=32.92%
G=33.45%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861891900.020.0100.251952.9973.73
HexBABDBE21019c334a
Octal272275276210313033112
Binary10111010101111011011111010101100111000011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDBE; }

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

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

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

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

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

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

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

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