#ACCABD

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

Shades of Tiara #ACCABD

Tints of Tiara #ACCABD

Color information

#ACCABD (or 0xACCABD) is unknown color: approx Tiara. HEX triplet: AC, CA and BD. RGB value is (172,202,189). Sum of RGB (Red+Green+Blue) = 172+202+189=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCABD is #533542. Grayscale: #BFBFBF. Windows color (decimal): -5453123 or 12438188. OLE color: 12438188.

HSL color Cylindrical-coordinate representation of color #ACCABD: hue angle of 154º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCABD is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB172202189-
CMYK0.1500.060.21
HSL154º22.06%73.33%-
HSV(B)154º14.85%79.22%-
XYZ47.3254.6956.21-
YUV191.55126.56114.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=30.55%
G=35.88%
B=33.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021890.1500.060.2115422.0673.33
HexACCABDF06159a1649
Octal25431227517062523226111
Binary101011001100101010111101111101101010110011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCABD; }

 p { color: rgb(172,202,189); }

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

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

 a { background-color: rgb(172,202,189); }

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

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

 span { border-color: rgb(172,202,189); }

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