Html Css Color HEX #ACC7BA Tiara

📋 copy color: '#ACC7BA'

red 172 ◦ green 199 ◦ blue 186

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

Shades of Tiara #ACC7BA

Tints of Tiara #ACC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.73%

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 30.88%
G = 35.73%
B = 33.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#ACC7BA (or 0xACC7BA) is known color: Tiara. HEX triplet: AC, C7 and BA. RGB value is (172,199,186). Sum of RGB (Red+Green+Blue) = 172+199+186=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7BA is #533845. Grayscale: #BDBDBD. Windows color (decimal): -5453894 or 12240812. OLE color: 12240812.

HSL color Cylindrical-coordinate representation of color #ACC7BA: hue angle of 151.11º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC7BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 186 -
CMYK 0.14 0 0.07 0.22
HSL 151.11º 0.19% 0.73% -
HSV(B) 151.11º 0.14% 0.78% -
XYZ 46.3 53.16 54.28 -
YUV 189.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 172 199 186 0.14 0 0.07 0.22 151.11 0.19 0.73
Hex AC C7 BA E 0 7 16 97 13 49
Octal 254 307 272 16 0 7 26 227 23 111
Binary 10101100 11000111 10111010 1110 0 111 10110 10010111 10011 1001001

Color Harmonies of #ACC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7BA

Black with #ACC7BA

Text Example


Text Example

White with #ACC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7BA; }

 p { color: rgb(172,199,186); }

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

background-color css

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

 a { background-color: rgb(172,199,186); }

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

border-color css

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

 span { border-color: rgb(172,199,186); }

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