#A4C0BD

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

Shades of Opal #A4C0BD

Tints of Opal #A4C0BD

Color information

#A4C0BD (or 0xA4C0BD) is unknown color: approx Opal. HEX triplet: A4, C0 and BD. RGB value is (164,192,189). Sum of RGB (Red+Green+Blue) = 164+192+189=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0BD is #5B3F42. Grayscale: #B7B7B7. Windows color (decimal): -5979971 or 12435620. OLE color: 12435620.

HSL color Cylindrical-coordinate representation of color #A4C0BD: hue angle of 173.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C0BD is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB164192189-
CMYK0.1500.020.25
HSL173.57º18.18%69.8%-
HSV(B)173.57º14.58%75.29%-
XYZ43.3449.2755.37-
YUV183.29131.22114.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=30.09%
G=35.23%
B=34.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921890.1500.020.25173.5718.1869.8
HexA4C0BDF0219ae1246
Octal24430027517023125622106
Binary10100100110000001011110111110101100110101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C0BD; }

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

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

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

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

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

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

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

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