#A9CCBD

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

Shades of Opal #A9CCBD

Tints of Opal #A9CCBD

Color information

#A9CCBD (or 0xA9CCBD) is unknown color: approx Opal. HEX triplet: A9, CC and BD. RGB value is (169,204,189). Sum of RGB (Red+Green+Blue) = 169+204+189=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCBD is #563342. Grayscale: #BFBFBF. Windows color (decimal): -5649219 or 12438697. OLE color: 12438697.

HSL color Cylindrical-coordinate representation of color #A9CCBD: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCBD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB169204189-
CMYK0.1700.070.2
HSL154.29º25.55%73.14%-
HSV(B)154.29º17.16%80%-
XYZ47.1455.2956.33-
YUV191.82126.4111.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=30.07%
G=36.30%
B=33.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041890.1700.070.2154.2925.5573.14
HexA9CCBD1107149a1a49
Octal25131427521072423232111
Binary1010100111001100101111011000101111010010011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCBD; }

 p { color: rgb(169,204,189); }

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

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

 a { background-color: rgb(169,204,189); }

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

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

 span { border-color: rgb(169,204,189); }

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