#AFD9BC

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

Shades of Fringy Flower #AFD9BC

Tints of Fringy Flower #AFD9BC

Color information

#AFD9BC (or 0xAFD9BC) is unknown color: approx Fringy Flower. HEX triplet: AF, D9 and BC. RGB value is (175,217,188). Sum of RGB (Red+Green+Blue) = 175+217+188=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9BC is #502643. Grayscale: #C9C9C9. Windows color (decimal): -5252676 or 12376495. OLE color: 12376495.

HSL color Cylindrical-coordinate representation of color #AFD9BC: hue angle of 138.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9BC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB175217188-
CMYK0.1900.130.15
HSL138.57º35.59%76.86%-
HSV(B)138.57º19.35%85.1%-
XYZ51.5762.3756.9-
YUV201.14120.59109.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=30.17%
G=37.41%
B=32.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171880.1900.130.15138.5735.5976.86
HexAFD9BC130DF8b244d
Octal257331274230151721344115
Binary10101111110110011011110010011011011111100010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9BC; }

 p { color: rgb(175,217,188); }

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

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

 a { background-color: rgb(175,217,188); }

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

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

 span { border-color: rgb(175,217,188); }

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