#ABC6BD

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

Shades of Opal #ABC6BD

Tints of Opal #ABC6BD

Color information

#ABC6BD (or 0xABC6BD) is unknown color: approx Opal. HEX triplet: AB, C6 and BD. RGB value is (171,198,189). Sum of RGB (Red+Green+Blue) = 171+198+189=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6BD is #543942. Grayscale: #BCBCBC. Windows color (decimal): -5519683 or 12437163. OLE color: 12437163.

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

Color convert

RGB171198189-
CMYK0.1400.050.22
HSL160º19.15%72.35%-
HSV(B)160º13.64%77.65%-
XYZ46.1752.7255.89-
YUV188.9128.05115.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 198 (77.73% from 255) = 35.48%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=30.65%
G=35.48%
B=33.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981890.1400.050.2216019.1572.35
HexABC6BDE0516a01348
Octal25330627516052624023110
Binary101010111100011010111101111001011011010100000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6BD; }

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

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

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

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

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

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

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

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