#AFD8BC

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

Shades of Fringy Flower #AFD8BC

Tints of Fringy Flower #AFD8BC

Color information

#AFD8BC (or 0xAFD8BC) is unknown color: approx Fringy Flower. HEX triplet: AF, D8 and BC. RGB value is (175,216,188). Sum of RGB (Red+Green+Blue) = 175+216+188=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8BC is #502743. Grayscale: #C8C8C8. Windows color (decimal): -5252932 or 12376239. OLE color: 12376239.

HSL color Cylindrical-coordinate representation of color #AFD8BC: hue angle of 139.02º degrees, saturation: 0.34, 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 #AFD8BC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB175216188-
CMYK0.1900.130.15
HSL139.02º34.45%76.67%-
HSV(B)139.02º18.98%84.71%-
XYZ51.3161.8656.81-
YUV200.55120.92109.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=30.22%
G=37.31%
B=32.47%

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
Decimal1752161880.1900.130.15139.0234.4576.67
HexAFD8BC130DF8b224d
Octal257330274230151721342115
Binary10101111110110001011110010011011011111100010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8BC; }

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

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

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

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

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

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

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

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