#ABBCB8

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

Shades of Opal #ABBCB8

Tints of Opal #ABBCB8

Color information

#ABBCB8 (or 0xABBCB8) is unknown color: approx Opal. HEX triplet: AB, BC and B8. RGB value is (171,188,184). Sum of RGB (Red+Green+Blue) = 171+188+184=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCB8 is #544347. Grayscale: #B6B6B6. Windows color (decimal): -5522248 or 12106923. OLE color: 12106923.

HSL color Cylindrical-coordinate representation of color #ABBCB8: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCB8 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB171188184-
CMYK0.0900.020.26
HSL165.88º11.26%70.39%-
HSV(B)165.88º9.04%73.73%-
XYZ43.4348.0952.34-
YUV182.46128.87119.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 184 (72.27% from 255) = 33.89%
R=31.49%
G=34.62%
B=33.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881840.0900.020.26165.8811.2670.39
HexABBCB89021Aa6b46
Octal25327427011023224613106
Binary1010101110111100101110001001010110101010011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCB8; }

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

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

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

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

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

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

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

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