#A5C5BD

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

Shades of Opal #A5C5BD

Tints of Opal #A5C5BD

Color information

#A5C5BD (or 0xA5C5BD) is unknown color: approx Opal. HEX triplet: A5, C5 and BD. RGB value is (165,197,189). Sum of RGB (Red+Green+Blue) = 165+197+189=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5BD is #5A3A42. Grayscale: #BABABA. Windows color (decimal): -5913155 or 12436901. OLE color: 12436901.

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

Color convert

RGB165197189-
CMYK0.1600.040.23
HSL165º21.62%70.98%-
HSV(B)165º16.24%77.25%-
XYZ44.6751.6155.75-
YUV186.52129.4112.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 197 (77.34% from 255) = 35.75%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=29.95%
G=35.75%
B=34.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651971890.1600.040.2316521.6270.98
HexA5C5BD100417a51647
Octal24530527520042724526107
Binary1010010111000101101111011000001001011110100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5BD; }

 p { color: rgb(165,197,189); }

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

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

 a { background-color: rgb(165,197,189); }

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

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

 span { border-color: rgb(165,197,189); }

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