#A4C5BC

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

Shades of Opal #A4C5BC

Tints of Opal #A4C5BC

Color information

#A4C5BC (or 0xA4C5BC) is unknown color: approx Opal. HEX triplet: A4, C5 and BC. RGB value is (164,197,188). Sum of RGB (Red+Green+Blue) = 164+197+188=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C5BC is #5B3A43. Grayscale: #BABABA. Windows color (decimal): -5978692 or 12371364. OLE color: 12371364.

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

Color convert

RGB164197188-
CMYK0.1700.050.23
HSL163.64º22.15%70.78%-
HSV(B)163.64º16.75%77.25%-
XYZ44.3551.4655.17-
YUV186.11129.07112.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=29.87%
G=35.88%
B=34.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641971880.1700.050.23163.6422.1570.78
HexA4C5BC110517a41647
Octal24430527421052724426107
Binary1010010011000101101111001000101011011110100100101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C5BC; }

 p { color: rgb(164,197,188); }

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

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

 a { background-color: rgb(164,197,188); }

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

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

 span { border-color: rgb(164,197,188); }

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