#AECAB8

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

Shades of Nebula #AECAB8

Tints of Nebula #AECAB8

Color information

#AECAB8 (or 0xAECAB8) is unknown color: approx Nebula. HEX triplet: AE, CA and B8. RGB value is (174,202,184). Sum of RGB (Red+Green+Blue) = 174+202+184=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB8 is #513547. Grayscale: #BFBFBF. Windows color (decimal): -5322056 or 12110510. OLE color: 12110510.

HSL color Cylindrical-coordinate representation of color #AECAB8: hue angle of 141.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB174202184-
CMYK0.1400.090.21
HSL141.43º20.9%73.73%-
HSV(B)141.43º13.86%79.22%-
XYZ47.2354.753.42-
YUV191.58123.72115.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=31.07%
G=36.07%
B=32.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021840.1400.090.21141.4320.973.73
HexAECAB8E09158d154a
Octal256312270160112521525112
Binary1010111011001010101110001110010011010110001101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB8; }

 p { color: rgb(174,202,184); }

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

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

 a { background-color: rgb(174,202,184); }

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

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

 span { border-color: rgb(174,202,184); }

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