#A5C9BC

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

Shades of Opal #A5C9BC

Tints of Opal #A5C9BC

Color information

#A5C9BC (or 0xA5C9BC) is unknown color: approx Opal. HEX triplet: A5, C9 and BC. RGB value is (165,201,188). Sum of RGB (Red+Green+Blue) = 165+201+188=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9BC is #5A3643. Grayscale: #BCBCBC. Windows color (decimal): -5912132 or 12372389. OLE color: 12372389.

HSL color Cylindrical-coordinate representation of color #A5C9BC: hue angle of 158.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C9BC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB165201188-
CMYK0.1800.060.21
HSL158.33º25%71.76%-
HSV(B)158.33º17.91%78.82%-
XYZ45.4853.455.49-
YUV188.75127.57111.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=29.78%
G=36.28%
B=33.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011880.1800.060.21158.332571.76
HexA5C9BC1206159e1948
Octal24531127422062523631110
Binary1010010111001001101111001001001101010110011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9BC; }

 p { color: rgb(165,201,188); }

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

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

 a { background-color: rgb(165,201,188); }

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

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

 span { border-color: rgb(165,201,188); }

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