#ABC7BD

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

Shades of Opal #ABC7BD

Tints of Opal #ABC7BD

Color information

#ABC7BD (or 0xABC7BD) is unknown color: approx Opal. HEX triplet: AB, C7 and BD. RGB value is (171,199,189). Sum of RGB (Red+Green+Blue) = 171+199+189=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7BD is #543842. Grayscale: #BDBDBD. Windows color (decimal): -5519427 or 12437419. OLE color: 12437419.

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

Color convert

RGB171199189-
CMYK0.1400.050.22
HSL158.57º20%72.55%-
HSV(B)158.57º14.07%78.04%-
XYZ46.453.1855.96-
YUV189.49127.72114.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=30.59%
G=35.60%
B=33.81%

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
Decimal1711991890.1400.050.22158.572072.55
HexABC7BDE05169f1449
Octal25330727516052623724111
Binary101010111100011110111101111001011011010011111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC7BD; }

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

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

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

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

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

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

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

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