Html Css Color HEX #A8E4BC Fringy Flower

📋 copy color: '#A8E4BC'

red 168 ◦ green 228 ◦ blue 188

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

Shades of Fringy Flower #A8E4BC

Tints of Fringy Flower #A8E4BC

RGB

 RED value IS 168 (66.02% from 255) = 28.77%

 GREEN value IS 228 (89.45% from 255) = 39.04%

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

R = 28.77%
G = 39.04%
B = 32.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#A8E4BC (or 0xA8E4BC) is known color: Fringy Flower. HEX triplet: A8, E4 and BC. RGB value is (168,228,188). Sum of RGB (Red+Green+Blue) = 168+228+188=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4BC is #571B43. Grayscale: #CDCDCD. Windows color (decimal): -5708612 or 12379304. OLE color: 12379304.

HSL color Cylindrical-coordinate representation of color #A8E4BC: hue angle of 140º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E4BC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 188 -
CMYK 0.26 0 0.18 0.11
HSL 140º 0.53% 0.78% -
HSV(B) 140º 0.26% 0.89% -
XYZ 52.97 67.44 57.8 -
YUV 205.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 168 228 188 0.26 0 0.18 0.11 140 0.53 0.78
Hex A8 E4 BC 1A 0 12 B 8C 35 4E
Octal 250 344 274 32 0 22 13 214 65 116
Binary 10101000 11100100 10111100 11010 0 10010 1011 10001100 110101 1001110

Color Harmonies of #A8E4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E4BC

Black with #A8E4BC

Text Example


Text Example

White with #A8E4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E4BC; }

 p { color: rgb(168,228,188); }

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

background-color css

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

 a { background-color: rgb(168,228,188); }

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

border-color css

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

 span { border-color: rgb(168,228,188); }

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