#ACCCBE

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

Shades of Tiara #ACCCBE

Tints of Tiara #ACCCBE

Color information

#ACCCBE (or 0xACCCBE) is unknown color: approx Tiara. HEX triplet: AC, CC and BE. RGB value is (172,204,190). Sum of RGB (Red+Green+Blue) = 172+204+190=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCBE is #533341. Grayscale: #C0C0C0. Windows color (decimal): -5452610 or 12504236. OLE color: 12504236.

HSL color Cylindrical-coordinate representation of color #ACCCBE: hue angle of 153.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCBE is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB172204190-
CMYK0.1600.070.2
HSL153.75º23.88%73.73%-
HSV(B)153.75º15.69%80%-
XYZ47.955.6756.94-
YUV192.84126.4113.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=30.39%
G=36.04%
B=33.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041900.1600.070.2153.7523.8873.73
HexACCCBE1007149a184a
Octal25431427620072423230112
Binary1010110011001100101111101000001111010010011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCBE; }

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

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

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

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

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

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

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

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