Html Css Color HEX #AFE9BC Fringy Flower

📋 copy color: '#AFE9BC'

red 175 ◦ green 233 ◦ blue 188

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

Shades of Fringy Flower #AFE9BC

Tints of Fringy Flower #AFE9BC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.09%

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

R = 29.36%
G = 39.09%
B = 31.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#AFE9BC (or 0xAFE9BC) is known color: Fringy Flower. HEX triplet: AF, E9 and BC. RGB value is (175,233,188). Sum of RGB (Red+Green+Blue) = 175+233+188=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9BC is #501643. Grayscale: #D2D2D2. Windows color (decimal): -5248580 or 12380591. OLE color: 12380591.

HSL color Cylindrical-coordinate representation of color #AFE9BC: hue angle of 133.45º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9BC is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 188 -
CMYK 0.25 0 0.19 0.09
HSL 133.45º 0.57% 0.8% -
HSV(B) 133.45º 0.25% 0.91% -
XYZ 55.9 71.02 58.34 -
YUV 210.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 175 233 188 0.25 0 0.19 0.09 133.45 0.57 0.8
Hex AF E9 BC 19 0 13 9 85 39 50
Octal 257 351 274 31 0 23 11 205 71 120
Binary 10101111 11101001 10111100 11001 0 10011 1001 10000101 111001 1010000

Color Harmonies of #AFE9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9BC

Black with #AFE9BC

Text Example


Text Example

White with #AFE9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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