#A4CEBD

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

Shades of Opal #A4CEBD

Tints of Opal #A4CEBD

Color information

#A4CEBD (or 0xA4CEBD) is unknown color: approx Opal. HEX triplet: A4, CE and BD. RGB value is (164,206,189). Sum of RGB (Red+Green+Blue) = 164+206+189=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEBD is #5B3142. Grayscale: #BFBFBF. Windows color (decimal): -5976387 or 12439204. OLE color: 12439204.

HSL color Cylindrical-coordinate representation of color #A4CEBD: hue angle of 155.71º degrees, saturation: 0.3, 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 #A4CEBD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB164206189-
CMYK0.2000.080.19
HSL155.71º30%72.55%-
HSV(B)155.71º20.39%80.78%-
XYZ46.5755.7156.44-
YUV191.5126.59108.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=29.34%
G=36.85%
B=33.81%

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
Decimal1642061890.2000.080.19155.713072.55
HexA4CEBD1408139c1e49
Octal244316275240102323436111
Binary10100100110011101011110110100010001001110011100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEBD; }

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

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

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

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

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

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

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

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