Html Css Color HEX #AFFBBC Fringy Flower

📋 copy color: '#AFFBBC'

red 175 ◦ green 251 ◦ blue 188

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

Shades of Fringy Flower #AFFBBC

Tints of Fringy Flower #AFFBBC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.88%

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

R = 28.5%
G = 40.88%
B = 30.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#AFFBBC (or 0xAFFBBC) is known color: Fringy Flower. HEX triplet: AF, FB and BC. RGB value is (175,251,188). Sum of RGB (Red+Green+Blue) = 175+251+188=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBBC is #500443. Grayscale: #DDDDDD. Windows color (decimal): -5243972 or 12385199. OLE color: 12385199.

HSL color Cylindrical-coordinate representation of color #AFFBBC: hue angle of 130.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBBC is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 188 -
CMYK 0.30 0 0.25 0.02
HSL 130.26º 0.9% 0.84% -
HSV(B) 130.26º 0.3% 0.98% -
XYZ 61.25 81.74 60.13 -
YUV 221.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 175 251 188 0.30 0 0.25 0.02 130.26 0.9 0.84
Hex AF FB BC 1E 0 19 2 82 5A 54
Octal 257 373 274 36 0 31 2 202 132 124
Binary 10101111 11111011 10111100 11110 0 11001 10 10000010 1011010 1010100

Color Harmonies of #AFFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBBC

Black with #AFFBBC

Text Example


Text Example

White with #AFFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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