#AFBEC8

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

Shades of Heather #AFBEC8

Tints of Heather #AFBEC8

Color information

#AFBEC8 (or 0xAFBEC8) is unknown color: approx Heather. HEX triplet: AF, BE and C8. RGB value is (175,190,200). Sum of RGB (Red+Green+Blue) = 175+190+200=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFBEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEC8 is #504137. Grayscale: #BABABA. Windows color (decimal): -5259576 or 13156015. OLE color: 13156015.

HSL color Cylindrical-coordinate representation of color #AFBEC8: hue angle of 204º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBEC8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175190200-
CMYK0.120.0500.22
HSL204º18.52%73.53%-
HSV(B)204º12.5%78.43%-
XYZ46.5250.1161.86-
YUV186.66135.53119.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=30.97%
G=33.63%
B=35.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751902000.120.0500.2220418.5273.53
HexAFBEC8C5016cc134a
Octal25727631014502631423112
Binary101011111011111011001000110010101011011001100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEC8; }

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

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

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

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

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

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

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

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