Html Css Color HEX #ADDCBB Fringy Flower

📋 copy color: '#ADDCBB'

red 173 ◦ green 220 ◦ blue 187

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

Shades of Fringy Flower #ADDCBB

Tints of Fringy Flower #ADDCBB

RGB

 RED value IS 173 (67.97% from 255) = 29.83%

 GREEN value IS 220 (86.33% from 255) = 37.93%

 BLUE value IS 187 (73.44% from 255) = 32.24%

R = 29.83%
G = 37.93%
B = 32.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#ADDCBB (or 0xADDCBB) is known color: Fringy Flower. HEX triplet: AD, DC and BB. RGB value is (173,220,187). Sum of RGB (Red+Green+Blue) = 173+220+187=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBB is #522344. Grayscale: #CACACA. Windows color (decimal): -5382981 or 12311725. OLE color: 12311725.

HSL color Cylindrical-coordinate representation of color #ADDCBB: hue angle of 137.87º degrees, saturation: 0.4, 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 #ADDCBB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 187 -
CMYK 0.21 0 0.15 0.14
HSL 137.87º 0.4% 0.77% -
HSV(B) 137.87º 0.21% 0.86% -
XYZ 51.8 63.66 56.57 -
YUV 202.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 173 220 187 0.21 0 0.15 0.14 137.87 0.4 0.77
Hex AD DC BB 15 0 F E 8A 28 4D
Octal 255 334 273 25 0 17 16 212 50 115
Binary 10101101 11011100 10111011 10101 0 1111 1110 10001010 101000 1001101

Color Harmonies of #ADDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCBB

Black with #ADDCBB

Text Example


Text Example

White with #ADDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCBB; }

 p { color: rgb(173,220,187); }

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

background-color css

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

 a { background-color: rgb(173,220,187); }

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

border-color css

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

 span { border-color: rgb(173,220,187); }

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