#ABBDB8

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

Shades of Opal #ABBDB8

Tints of Opal #ABBDB8

Color information

#ABBDB8 (or 0xABBDB8) is unknown color: approx Opal. HEX triplet: AB, BD and B8. RGB value is (171,189,184). Sum of RGB (Red+Green+Blue) = 171+189+184=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB8 is #544247. Grayscale: #B7B7B7. Windows color (decimal): -5521992 or 12107179. OLE color: 12107179.

HSL color Cylindrical-coordinate representation of color #ABBDB8: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDB8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB171189184-
CMYK0.1000.030.26
HSL163.33º12%70.59%-
HSV(B)163.33º9.52%74.12%-
XYZ43.6448.5152.41-
YUV183.05128.54119.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=31.43%
G=34.74%
B=33.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891840.1000.030.26163.331270.59
HexABBDB8A031Aa3c47
Octal25327527012033224314107
Binary1010101110111101101110001010011110101010001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDB8; }

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

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

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

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

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

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

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

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