#A4CABE

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

Shades of Opal #A4CABE

Tints of Opal #A4CABE

Color information

#A4CABE (or 0xA4CABE) is unknown color: approx Opal. HEX triplet: A4, CA and BE. RGB value is (164,202,190). Sum of RGB (Red+Green+Blue) = 164+202+190=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CABE is #5B3541. Grayscale: #BDBDBD. Windows color (decimal): -5977410 or 12503716. OLE color: 12503716.

HSL color Cylindrical-coordinate representation of color #A4CABE: hue angle of 161.05º 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 #A4CABE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB164202190-
CMYK0.1900.060.21
HSL161.05º26.39%71.76%-
HSV(B)161.05º18.81%79.22%-
XYZ45.7253.8556.7-
YUV189.27128.41109.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=29.50%
G=36.33%
B=34.17%

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
Decimal1642021900.1900.060.21161.0526.3971.76
HexA4CABE130615a11a48
Octal24431227623062524132110
Binary1010010011001010101111101001101101010110100001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CABE; }

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

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

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

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

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

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

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

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