Html Css Color HEX #AEC8BA Nebula

📋 copy color: '#AEC8BA'

red 174 ◦ green 200 ◦ blue 186

#AEC8BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #AEC8BA

Tints of Nebula #AEC8BA

RGB

 RED value IS 174 (68.36% from 255) = 31.07%

 GREEN value IS 200 (78.52% from 255) = 35.71%

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 31.07%
G = 35.71%
B = 33.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#AEC8BA (or 0xAEC8BA) is known color: Nebula. HEX triplet: AE, C8 and BA. RGB value is (174,200,186). Sum of RGB (Red+Green+Blue) = 174+200+186=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8BA is #513745. Grayscale: #BEBEBE. Windows color (decimal): -5322566 or 12241070. OLE color: 12241070.

HSL color Cylindrical-coordinate representation of color #AEC8BA: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC8BA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 186 -
CMYK 0.13 0 0.07 0.22
HSL 147.69º 0.19% 0.73% -
HSV(B) 147.69º 0.13% 0.78% -
XYZ 46.97 53.85 54.37 -
YUV 190.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 174 200 186 0.13 0 0.07 0.22 147.69 0.19 0.73
Hex AE C8 BA D 0 7 16 94 13 49
Octal 256 310 272 15 0 7 26 224 23 111
Binary 10101110 11001000 10111010 1101 0 111 10110 10010100 10011 1001001

Color Harmonies of #AEC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC8BA

Black with #AEC8BA

Text Example


Text Example

White with #AEC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC8BA; }

 p { color: rgb(174,200,186); }

 H1.HeaderClassName
 {
   color: #AEC8BA;
 }
 .AnyTagClassName
 {
   color: #AEC8BA;
 }
</style>

background-color css

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

 a { background-color: rgb(174,200,186); }

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

border-color css

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

 span { border-color: rgb(174,200,186); }

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