#A9C8BC

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

Shades of Opal #A9C8BC

Tints of Opal #A9C8BC

Color information

#A9C8BC (or 0xA9C8BC) is unknown color: approx Opal. HEX triplet: A9, C8 and BC. RGB value is (169,200,188). Sum of RGB (Red+Green+Blue) = 169+200+188=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C8BC is #563743. Grayscale: #BDBDBD. Windows color (decimal): -5650244 or 12372137. OLE color: 12372137.

HSL color Cylindrical-coordinate representation of color #A9C8BC: hue angle of 156.77º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C8BC is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB169200188-
CMYK0.1600.060.22
HSL156.77º21.99%72.35%-
HSV(B)156.77º15.5%78.43%-
XYZ46.0953.3755.45-
YUV189.36127.23113.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=30.34%
G=35.91%
B=33.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1692001880.1600.060.22156.7721.9972.35
HexA9C8BC1006169d1648
Octal25131027420062623526110
Binary1010100111001000101111001000001101011010011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C8BC; }

 p { color: rgb(169,200,188); }

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

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

 a { background-color: rgb(169,200,188); }

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

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

 span { border-color: rgb(169,200,188); }

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