#A5CABD

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

Shades of Opal #A5CABD

Tints of Opal #A5CABD

Color information

#A5CABD (or 0xA5CABD) is unknown color: approx Opal. HEX triplet: A5, CA and BD. RGB value is (165,202,189). Sum of RGB (Red+Green+Blue) = 165+202+189=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CABD is #5A3542. Grayscale: #BDBDBD. Windows color (decimal): -5911875 or 12438181. OLE color: 12438181.

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

Color convert

RGB165202189-
CMYK0.1800.060.21
HSL158.92º25.87%71.96%-
HSV(B)158.92º18.32%79.22%-
XYZ45.8253.9156.14-
YUV189.46127.74110.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=29.68%
G=36.33%
B=33.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021890.1800.060.21158.9225.8771.96
HexA5CABD1206159f1a48
Octal24531227522062523732110
Binary1010010111001010101111011001001101010110011111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CABD; }

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

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

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

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

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

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

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

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