#ABCBC6

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

Shades of Sinbad #ABCBC6

Tints of Sinbad #ABCBC6

Color information

#ABCBC6 (or 0xABCBC6) is unknown color: approx Sinbad. HEX triplet: AB, CB and C6. RGB value is (171,203,198). Sum of RGB (Red+Green+Blue) = 171+203+198=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBC6 is #543439. Grayscale: #C0C0C0. Windows color (decimal): -5518394 or 13028267. OLE color: 13028267.

HSL color Cylindrical-coordinate representation of color #ABCBC6: hue angle of 170.62º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBC6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB171203198-
CMYK0.1600.020.20
HSL170.62º23.53%73.33%-
HSV(B)170.62º15.76%79.61%-
XYZ48.3455.4561.58-
YUV192.86130.9112.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 198 (77.73% from 255) = 34.62%
R=29.90%
G=35.49%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031980.1600.020.20170.6223.5373.33
HexABCBC6100214ab1849
Octal25331330620022425330111
Binary101010111100101111000110100000101010010101011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBC6; }

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

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

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

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

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

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

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

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