#A3C4BD

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

Shades of Opal #A3C4BD

Tints of Opal #A3C4BD

Color information

#A3C4BD (or 0xA3C4BD) is unknown color: approx Opal. HEX triplet: A3, C4 and BD. RGB value is (163,196,189). Sum of RGB (Red+Green+Blue) = 163+196+189=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4BD is #5C3B42. Grayscale: #B9B9B9. Windows color (decimal): -6044483 or 12436643. OLE color: 12436643.

HSL color Cylindrical-coordinate representation of color #A3C4BD: hue angle of 167.27º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C4BD is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB163196189-
CMYK0.1700.040.23
HSL167.27º21.85%70.39%-
HSV(B)167.27º16.84%76.86%-
XYZ44.0350.9455.66-
YUV185.33130.07112.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=29.74%
G=35.77%
B=34.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961890.1700.040.23167.2721.8570.39
HexA3C4BD110417a71646
Octal24330427521042724726106
Binary1010001111000100101111011000101001011110100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C4BD; }

 p { color: rgb(163,196,189); }

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

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

 a { background-color: rgb(163,196,189); }

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

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

 span { border-color: rgb(163,196,189); }

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