Html Css Color HEX #ACEBBD Fringy Flower

📋 copy color: '#ACEBBD'

red 172 ◦ green 235 ◦ blue 189

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

Shades of Fringy Flower #ACEBBD

Tints of Fringy Flower #ACEBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 28.86%
G = 39.43%
B = 31.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#ACEBBD (or 0xACEBBD) is known color: Fringy Flower. HEX triplet: AC, EB and BD. RGB value is (172,235,189). Sum of RGB (Red+Green+Blue) = 172+235+189=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBBD is #531442. Grayscale: #D3D3D3. Windows color (decimal): -5444675 or 12446636. OLE color: 12446636.

HSL color Cylindrical-coordinate representation of color #ACEBBD: hue angle of 136.19º 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 #ACEBBD is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 189 -
CMYK 0.27 0 0.20 0.08
HSL 136.19º 0.61% 0.8% -
HSV(B) 136.19º 0.27% 0.92% -
XYZ 55.91 71.86 59.07 -
YUV 210.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 172 235 189 0.27 0 0.20 0.08 136.19 0.61 0.8
Hex AC EB BD 1B 0 14 8 88 3D 50
Octal 254 353 275 33 0 24 10 210 75 120
Binary 10101100 11101011 10111101 11011 0 10100 1000 10001000 111101 1010000

Color Harmonies of #ACEBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBBD

Black with #ACEBBD

Text Example


Text Example

White with #ACEBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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