#A4CABD

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

Shades of Opal #A4CABD

Tints of Opal #A4CABD

Color information

#A4CABD (or 0xA4CABD) is unknown color: approx Opal. HEX triplet: A4, CA and BD. RGB value is (164,202,189). Sum of RGB (Red+Green+Blue) = 164+202+189=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CABD is #5B3542. Grayscale: #BDBDBD. Windows color (decimal): -5977411 or 12438180. OLE color: 12438180.

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

Color convert

RGB164202189-
CMYK0.1900.060.21
HSL159.47º26.39%71.76%-
HSV(B)159.47º18.81%79.22%-
XYZ45.6253.8156.13-
YUV189.16127.91110.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=29.55%
G=36.40%
B=34.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021890.1900.060.21159.4726.3971.76
HexA4CABD1306159f1a48
Octal24431227523062523732110
Binary1010010011001010101111011001101101010110011111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CABD; }

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

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

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

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

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

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

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

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