Html Css Color HEX #A6FFBC Fringy Flower

📋 copy color: '#A6FFBC'

red 166 ◦ green 255 ◦ blue 188

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

Shades of Fringy Flower #A6FFBC

Tints of Fringy Flower #A6FFBC

RGB

 RED value IS 166 (65.23% from 255) = 27.26%

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

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

R = 27.26%
G = 41.87%
B = 30.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#A6FFBC (or 0xA6FFBC) is known color: Fringy Flower. HEX triplet: A6, FF and BC. RGB value is (166,255,188). Sum of RGB (Red+Green+Blue) = 166+255+188=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFBC is #590043. Grayscale: #DCDCDC. Windows color (decimal): -5832772 or 12386214. OLE color: 12386214.

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

Color convert

RGB 166 255 188 -
CMYK 0.35 0 0.26 0
HSL 134.83º 1% 0.83% -
HSV(B) 134.83º 0.35% 1% -
XYZ 60.56 83.26 60.46 -
YUV 220.75 109.51 88.95 -
System Red Green Blue C M Y K H S L
Decimal 166 255 188 0.35 0 0.26 0 134.83 1 0.83
Hex A6 FF BC 23 0 1A 0 87 64 53
Octal 246 377 274 43 0 32 0 207 144 123
Binary 10100110 11111111 10111100 100011 0 11010 0 10000111 1100100 1010011

Color Harmonies of #A6FFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFBC

Black with #A6FFBC

Text Example


Text Example

White with #A6FFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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