#ABD3BB

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

Shades of Nebula #ABD3BB

Tints of Nebula #ABD3BB

Color information

#ABD3BB (or 0xABD3BB) is unknown color: approx Nebula. HEX triplet: AB, D3 and BB. RGB value is (171,211,187). Sum of RGB (Red+Green+Blue) = 171+211+187=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3BB is #542C44. Grayscale: #C4C4C4. Windows color (decimal): -5516357 or 12309419. OLE color: 12309419.

HSL color Cylindrical-coordinate representation of color #ABD3BB: hue angle of 144º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD3BB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB171211187-
CMYK0.1900.110.17
HSL144º31.25%74.9%-
HSV(B)144º18.96%82.75%-
XYZ49.0658.8355.78-
YUV196.3122.75109.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=30.05%
G=37.08%
B=32.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111870.1900.110.1714431.2574.9
HexABD3BB130B11901f4b
Octal253323273230132122037113
Binary10101011110100111011101110011010111000110010000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3BB; }

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

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

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

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

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

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

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

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