#ACDBBE

Color #ACDBBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ACDBBE

Tints of Fringy Flower #ACDBBE

Color information

#ACDBBE (or 0xACDBBE) is unknown color: approx Fringy Flower. HEX triplet: AC, DB and BE. RGB value is (172,219,190). Sum of RGB (Red+Green+Blue) = 172+219+190=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBBE is #532441. Grayscale: #C9C9C9. Windows color (decimal): -5448770 or 12508076. OLE color: 12508076.

HSL color Cylindrical-coordinate representation of color #ACDBBE: hue angle of 142.98º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBBE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB172219190-
CMYK0.2100.130.14
HSL142.98º39.5%76.67%-
HSV(B)142.98º21.46%85.88%-
XYZ51.6463.1558.18-
YUV201.64121.43106.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=29.60%
G=37.69%
B=32.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191900.2100.130.14142.9839.576.67
HexACDBBE150DE8f274d
Octal254333276250151621747115
Binary10101100110110111011111010101011011110100011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBBE; }

 p { color: rgb(172,219,190); }

 H1.HeaderClassName
 {
   color: #ACDBBE;
 }
 .AnyTagClassName
 {
   color: #ACDBBE;
 }
</style>
background-color css

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

 a { background-color: rgb(172,219,190); }

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

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

 span { border-color: rgb(172,219,190); }

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