#ABDAC1

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

Shades of Nebula #ABDAC1

Tints of Nebula #ABDAC1

Color information

#ABDAC1 (or 0xABDAC1) is unknown color: approx Nebula. HEX triplet: AB, DA and C1. RGB value is (171,218,193). Sum of RGB (Red+Green+Blue) = 171+218+193=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAC1 is #54253E. Grayscale: #C9C9C9. Windows color (decimal): -5514559 or 12704427. OLE color: 12704427.

HSL color Cylindrical-coordinate representation of color #ABDAC1: hue angle of 148.09º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDAC1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB171218193-
CMYK0.2200.110.15
HSL148.09º38.84%76.27%-
HSV(B)148.09º21.56%85.49%-
XYZ51.4962.6559.83-
YUV201.1123.43106.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=29.38%
G=37.46%
B=33.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181930.2200.110.15148.0938.8476.27
HexABDAC1160BF94274c
Octal253332301260131722447114
Binary10101011110110101100000110110010111111100101001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAC1; }

 p { color: rgb(171,218,193); }

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

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

 a { background-color: rgb(171,218,193); }

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

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

 span { border-color: rgb(171,218,193); }

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