Html Css Color HEX #AFFFBC Fringy Flower

📋 copy color: '#AFFFBC'

red 175 ◦ green 255 ◦ blue 188

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

Shades of Fringy Flower #AFFFBC

Tints of Fringy Flower #AFFFBC

RGB

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

 GREEN value IS 255 (100% from 255) = 41.26%

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

R = 28.32%
G = 41.26%
B = 30.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#AFFFBC (or 0xAFFFBC) is known color: Fringy Flower. HEX triplet: AF, FF and BC. RGB value is (175,255,188). Sum of RGB (Red+Green+Blue) = 175+255+188=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFBC is #500043. Grayscale: #DFDFDF. Windows color (decimal): -5242948 or 12386223. OLE color: 12386223.

HSL color Cylindrical-coordinate representation of color #AFFFBC: hue angle of 129.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFBC is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 188 -
CMYK 0.31 0 0.26 0
HSL 129.75º 1% 0.84% -
HSV(B) 129.75º 0.31% 1% -
XYZ 62.52 84.26 60.55 -
YUV 223.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 175 255 188 0.31 0 0.26 0 129.75 1 0.84
Hex AF FF BC 1F 0 1A 0 82 64 54
Octal 257 377 274 37 0 32 0 202 144 124
Binary 10101111 11111111 10111100 11111 0 11010 0 10000010 1100100 1010100

Color Harmonies of #AFFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFBC

Black with #AFFFBC

Text Example


Text Example

White with #AFFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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