#ABC5BD

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

Shades of Opal #ABC5BD

Tints of Opal #ABC5BD

Color information

#ABC5BD (or 0xABC5BD) is unknown color: approx Opal. HEX triplet: AB, C5 and BD. RGB value is (171,197,189). Sum of RGB (Red+Green+Blue) = 171+197+189=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BD is #543A42. Grayscale: #BCBCBC. Windows color (decimal): -5519939 or 12436907. OLE color: 12436907.

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

Color convert

RGB171197189-
CMYK0.1300.040.23
HSL161.54º18.31%72.16%-
HSV(B)161.54º13.2%77.25%-
XYZ45.9552.2655.81-
YUV188.31128.39115.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=30.70%
G=35.37%
B=33.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971890.1300.040.23161.5418.3172.16
HexABC5BDD0417a21248
Octal25330527515042724222110
Binary101010111100010110111101110101001011110100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5BD; }

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

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

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

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

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

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

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

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