#ABBBB7

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

Shades of Opal #ABBBB7

Tints of Opal #ABBBB7

Color information

#ABBBB7 (or 0xABBBB7) is unknown color: approx Opal. HEX triplet: AB, BB and B7. RGB value is (171,187,183). Sum of RGB (Red+Green+Blue) = 171+187+183=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBB7 is #544448. Grayscale: #B5B5B5. Windows color (decimal): -5522505 or 12041131. OLE color: 12041131.

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

Color convert

RGB171187183-
CMYK0.0900.020.27
HSL165º10.53%70.2%-
HSV(B)165º8.56%73.33%-
XYZ43.1147.6251.72-
YUV181.76128.7120.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 183 (71.88% from 255) = 33.83%
R=31.61%
G=34.57%
B=33.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871830.0900.020.2716510.5370.2
HexABBBB79021Ba5b46
Octal25327326711023324513106
Binary1010101110111011101101111001010110111010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBB7; }

 p { color: rgb(171,187,183); }

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

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

 a { background-color: rgb(171,187,183); }

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

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

 span { border-color: rgb(171,187,183); }

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