#AFBDCA

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

Shades of Heather #AFBDCA

Tints of Heather #AFBDCA

Color information

#AFBDCA (or 0xAFBDCA) is unknown color: approx Heather. HEX triplet: AF, BD and CA. RGB value is (175,189,202). Sum of RGB (Red+Green+Blue) = 175+189+202=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCA is #504235. Grayscale: #BABABA. Windows color (decimal): -5259830 or 13286831. OLE color: 13286831.

HSL color Cylindrical-coordinate representation of color #AFBDCA: hue angle of 208.89º 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 #AFBDCA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175189202-
CMYK0.130.0600.21
HSL208.89º20.3%73.92%-
HSV(B)208.89º13.37%79.22%-
XYZ46.5449.7763.03-
YUV186.3136.86119.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=30.92%
G=33.39%
B=35.69%

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
Decimal1751892020.130.0600.21208.8920.373.92
HexAFBDCAD6015d1144a
Octal25727531215602532124112
Binary101011111011110111001010110111001010111010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDCA; }

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

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

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

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

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

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

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

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