#AFBECA

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

Shades of Heather #AFBECA

Tints of Heather #AFBECA

Color information

#AFBECA (or 0xAFBECA) is unknown color: approx Heather. HEX triplet: AF, BE and CA. RGB value is (175,190,202). Sum of RGB (Red+Green+Blue) = 175+190+202=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFBECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECA is #504135. Grayscale: #BABABA. Windows color (decimal): -5259574 or 13287087. OLE color: 13287087.

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

Color convert

RGB175190202-
CMYK0.130.0600.21
HSL206.67º20.3%73.92%-
HSV(B)206.67º13.37%79.22%-
XYZ46.7550.2163.1-
YUV186.88136.53119.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=30.86%
G=33.51%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751902020.130.0600.21206.6720.373.92
HexAFBECAD6015cf144a
Octal25727631215602531724112
Binary101011111011111011001010110111001010111001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBECA; }

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

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

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

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

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

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

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

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