#AFBDC8

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

Shades of Heather #AFBDC8

Tints of Heather #AFBDC8

Color information

#AFBDC8 (or 0xAFBDC8) is unknown color: approx Heather. HEX triplet: AF, BD and C8. RGB value is (175,189,200). Sum of RGB (Red+Green+Blue) = 175+189+200=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC8 is #504237. Grayscale: #BABABA. Windows color (decimal): -5259832 or 13155759. OLE color: 13155759.

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

Color convert

RGB175189200-
CMYK0.120.0600.22
HSL206.4º18.52%73.53%-
HSV(B)206.4º12.5%78.43%-
XYZ46.349.6861.79-
YUV186.07135.86120.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=31.03%
G=33.51%
B=35.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751892000.120.0600.22206.418.5273.53
HexAFBDC8C6016ce134a
Octal25727531014602631623112
Binary101011111011110111001000110011001011011001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDC8; }

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

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

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

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

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

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

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

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