Html Css Color HEX #AEC7BA Nebula

📋 copy color: '#AEC7BA'

red 174 ◦ green 199 ◦ blue 186

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

Shades of Nebula #AEC7BA

Tints of Nebula #AEC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.6%

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

R = 31.13%
G = 35.6%
B = 33.27%

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

#AEC7BA (or 0xAEC7BA) is known color: Nebula. HEX triplet: AE, C7 and BA. RGB value is (174,199,186). Sum of RGB (Red+Green+Blue) = 174+199+186=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7BA is #513845. Grayscale: #BEBEBE. Windows color (decimal): -5322822 or 12240814. OLE color: 12240814.

HSL color Cylindrical-coordinate representation of color #AEC7BA: hue angle of 148.8º degrees, saturation: 0.18, 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 #AEC7BA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 199 186 -
CMYK 0.13 0 0.07 0.22
HSL 148.8º 0.18% 0.73% -
HSV(B) 148.8º 0.13% 0.78% -
XYZ 46.74 53.39 54.3 -
YUV 190.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 174 199 186 0.13 0 0.07 0.22 148.8 0.18 0.73
Hex AE C7 BA D 0 7 16 95 12 49
Octal 256 307 272 15 0 7 26 225 22 111
Binary 10101110 11000111 10111010 1101 0 111 10110 10010101 10010 1001001

Color Harmonies of #AEC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC7BA

Black with #AEC7BA

Text Example


Text Example

White with #AEC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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