Html Css Color HEX #AECFBA Nebula

📋 copy color: '#AECFBA'

red 174 ◦ green 207 ◦ blue 186

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

Shades of Nebula #AECFBA

Tints of Nebula #AECFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.51%

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

R = 30.69%
G = 36.51%
B = 32.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#AECFBA (or 0xAECFBA) is known color: Nebula. HEX triplet: AE, CF and BA. RGB value is (174,207,186). Sum of RGB (Red+Green+Blue) = 174+207+186=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFBA is #513045. Grayscale: #C2C2C2. Windows color (decimal): -5320774 or 12242862. OLE color: 12242862.

HSL color Cylindrical-coordinate representation of color #AECFBA: hue angle of 141.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECFBA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 186 -
CMYK 0.16 0 0.10 0.19
HSL 141.82º 0.26% 0.75% -
HSV(B) 141.82º 0.16% 0.81% -
XYZ 48.63 57.17 54.93 -
YUV 194.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 174 207 186 0.16 0 0.10 0.19 141.82 0.26 0.75
Hex AE CF BA 10 0 A 13 8E 1A 4B
Octal 256 317 272 20 0 12 23 216 32 113
Binary 10101110 11001111 10111010 10000 0 1010 10011 10001110 11010 1001011

Color Harmonies of #AECFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFBA

Black with #AECFBA

Text Example


Text Example

White with #AECFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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