Html Css Color HEX #ACEBBC Fringy Flower

📋 copy color: '#ACEBBC'

red 172 ◦ green 235 ◦ blue 188

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

Shades of Fringy Flower #ACEBBC

Tints of Fringy Flower #ACEBBC

RGB

 RED value IS 172 (67.58% from 255) = 28.91%

 GREEN value IS 235 (92.19% from 255) = 39.5%

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

R = 28.91%
G = 39.5%
B = 31.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#ACEBBC (or 0xACEBBC) is known color: Fringy Flower. HEX triplet: AC, EB and BC. RGB value is (172,235,188). Sum of RGB (Red+Green+Blue) = 172+235+188=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBBC is #531443. Grayscale: #D2D2D2. Windows color (decimal): -5444676 or 12381100. OLE color: 12381100.

HSL color Cylindrical-coordinate representation of color #ACEBBC: hue angle of 135.24º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBBC is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 188 -
CMYK 0.27 0 0.2 0.08
HSL 135.24º 0.61% 0.8% -
HSV(B) 135.24º 0.27% 0.92% -
XYZ 55.8 71.82 58.5 -
YUV 210.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 172 235 188 0.27 0 0.2 0.08 135.24 0.61 0.8
Hex AC EB BC 1B 0 14 8 87 3D 50
Octal 254 353 274 33 0 24 10 207 75 120
Binary 10101100 11101011 10111100 11011 0 10100 1000 10000111 111101 1010000

Color Harmonies of #ACEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBBC

Black with #ACEBBC

Text Example


Text Example

White with #ACEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBBC; }

 p { color: rgb(172,235,188); }

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

background-color css

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

 a { background-color: rgb(172,235,188); }

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

border-color css

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

 span { border-color: rgb(172,235,188); }

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