#A5CEBD

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

Shades of Opal #A5CEBD

Tints of Opal #A5CEBD

Color information

#A5CEBD (or 0xA5CEBD) is unknown color: approx Opal. HEX triplet: A5, CE and BD. RGB value is (165,206,189). Sum of RGB (Red+Green+Blue) = 165+206+189=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEBD is #5A3142. Grayscale: #BFBFBF. Windows color (decimal): -5910851 or 12439205. OLE color: 12439205.

HSL color Cylindrical-coordinate representation of color #A5CEBD: hue angle of 155.12º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CEBD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB165206189-
CMYK0.2000.080.19
HSL155.12º29.5%72.75%-
HSV(B)155.12º19.9%80.78%-
XYZ46.7755.8256.45-
YUV191.8126.42108.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=29.46%
G=36.79%
B=33.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061890.2000.080.19155.1229.572.75
HexA5CEBD1408139b1d49
Octal245316275240102323335111
Binary10100101110011101011110110100010001001110011011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEBD; }

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

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

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

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

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

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

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

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