#A8BECA

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

Shades of Heather #A8BECA

Tints of Heather #A8BECA

Color information

#A8BECA (or 0xA8BECA) is unknown color: approx Heather. HEX triplet: A8, BE and CA. RGB value is (168,190,202). Sum of RGB (Red+Green+Blue) = 168+190+202=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BECA is #574135. Grayscale: #B8B8B8. Windows color (decimal): -5718326 or 13287080. OLE color: 13287080.

HSL color Cylindrical-coordinate representation of color #A8BECA: hue angle of 201.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BECA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168190202-
CMYK0.170.0600.21
HSL201.18º24.29%72.55%-
HSV(B)201.18º16.83%79.22%-
XYZ45.2249.4263.03-
YUV184.79137.71116.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=30%
G=33.93%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681902020.170.0600.21201.1824.2972.55
HexA8BECA116015c91849
Octal25027631221602531130111
Binary1010100010111110110010101000111001010111001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BECA; }

 p { color: rgb(168,190,202); }

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

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

 a { background-color: rgb(168,190,202); }

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

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

 span { border-color: rgb(168,190,202); }

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