Html Css Color HEX #AECDBA Nebula

📋 copy color: '#AECDBA'

red 174 ◦ green 205 ◦ blue 186

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

Shades of Nebula #AECDBA

Tints of Nebula #AECDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.28%

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

R = 30.8%
G = 36.28%
B = 32.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#AECDBA (or 0xAECDBA) is known color: Nebula. HEX triplet: AE, CD and BA. RGB value is (174,205,186). Sum of RGB (Red+Green+Blue) = 174+205+186=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDBA is #513245. Grayscale: #C1C1C1. Windows color (decimal): -5321286 or 12242350. OLE color: 12242350.

HSL color Cylindrical-coordinate representation of color #AECDBA: hue angle of 143.23º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDBA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 186 -
CMYK 0.15 0 0.09 0.20
HSL 143.23º 0.24% 0.74% -
HSV(B) 143.23º 0.15% 0.8% -
XYZ 48.15 56.21 54.77 -
YUV 193.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 174 205 186 0.15 0 0.09 0.20 143.23 0.24 0.74
Hex AE CD BA F 0 9 14 8F 18 4A
Octal 256 315 272 17 0 11 24 217 30 112
Binary 10101110 11001101 10111010 1111 0 1001 10100 10001111 11000 1001010

Color Harmonies of #AECDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDBA

Black with #AECDBA

Text Example


Text Example

White with #AECDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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