Html Css Color HEX #AFDFBC Fringy Flower

📋 copy color: '#AFDFBC'

red 175 ◦ green 223 ◦ blue 188

#AFDFBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AFDFBC

Tints of Fringy Flower #AFDFBC

RGB

 RED value IS 175 (68.75% from 255) = 29.86%

 GREEN value IS 223 (87.5% from 255) = 38.05%

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 29.86%
G = 38.05%
B = 32.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AFDFBC (or 0xAFDFBC) is known color: Fringy Flower. HEX triplet: AF, DF and BC. RGB value is (175,223,188). Sum of RGB (Red+Green+Blue) = 175+223+188=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFBC is #502043. Grayscale: #CCCCCC. Windows color (decimal): -5251140 or 12378031. OLE color: 12378031.

HSL color Cylindrical-coordinate representation of color #AFDFBC: hue angle of 136.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFBC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 188 -
CMYK 0.22 0 0.16 0.13
HSL 136.25º 0.43% 0.78% -
HSV(B) 136.25º 0.22% 0.87% -
XYZ 53.14 65.52 57.42 -
YUV 204.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 175 223 188 0.22 0 0.16 0.13 136.25 0.43 0.78
Hex AF DF BC 16 0 10 D 88 2B 4E
Octal 257 337 274 26 0 20 15 210 53 116
Binary 10101111 11011111 10111100 10110 0 10000 1101 10001000 101011 1001110

Color Harmonies of #AFDFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFBC

Black with #AFDFBC

Text Example


Text Example

White with #AFDFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFBC; }

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

 H1.HeaderClassName
 {
   color: #AFDFBC;
 }
 .AnyTagClassName
 {
   color: #AFDFBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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