#ABCBCE

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

Shades of Jungle Mist #ABCBCE

Tints of Jungle Mist #ABCBCE

Color information

#ABCBCE (or 0xABCBCE) is unknown color: approx Jungle Mist. HEX triplet: AB, CB and CE. RGB value is (171,203,206). Sum of RGB (Red+Green+Blue) = 171+203+206=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABCBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBCE is #543431. Grayscale: #C1C1C1. Windows color (decimal): -5518386 or 13552555. OLE color: 13552555.

HSL color Cylindrical-coordinate representation of color #ABCBCE: hue angle of 185.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCBCE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171203206-
CMYK0.170.0100.19
HSL185.14º26.32%73.92%-
HSV(B)185.14º16.99%80.78%-
XYZ49.2955.8366.57-
YUV193.77134.9111.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=29.48%
G=35%
B=35.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712032060.170.0100.19185.1426.3273.92
HexABCBCE111013b91a4a
Octal25331331621102327132112
Binary10101011110010111100111010001101001110111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBCE; }

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

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

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

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

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

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

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

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