Html Css Color HEX #ACDBBE Fringy Flower

📋 copy color: '#ACDBBE'

red 172 ◦ green 219 ◦ blue 190

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

Shades of Fringy Flower #ACDBBE

Tints of Fringy Flower #ACDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

 BLUE value IS 190 (74.61% from 255) = 32.7%

R = 29.6%
G = 37.69%
B = 32.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#ACDBBE (or 0xACDBBE) is known color: 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

RGB 172 219 190 -
CMYK 0.21 0 0.13 0.14
HSL 142.98º 0.39% 0.77% -
HSV(B) 142.98º 0.21% 0.86% -
XYZ 51.64 63.15 58.18 -
YUV 201.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 172 219 190 0.21 0 0.13 0.14 142.98 0.39 0.77
Hex AC DB BE 15 0 D E 8F 27 4D
Octal 254 333 276 25 0 15 16 217 47 115
Binary 10101100 11011011 10111110 10101 0 1101 1110 10001111 100111 1001101

Color Harmonies of #ACDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBBE

Black with #ACDBBE

Text Example


Text Example

White with #ACDBBE

Text Example


Text Example

HTML Codes & Css Web 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>