Html Css Color HEX #AECFBC Nebula

📋 copy color: '#AECFBC'

red 174 ◦ green 207 ◦ blue 188

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

Shades of Nebula #AECFBC

Tints of Nebula #AECFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 30.58%
G = 36.38%
B = 33.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#AECFBC (or 0xAECFBC) is known color: Nebula. HEX triplet: AE, CF and BC. RGB value is (174,207,188). Sum of RGB (Red+Green+Blue) = 174+207+188=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFBC is #513043. Grayscale: #C3C3C3. Windows color (decimal): -5320772 or 12373934. OLE color: 12373934.

HSL color Cylindrical-coordinate representation of color #AECFBC: hue angle of 145.45º 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 #AECFBC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 188 -
CMYK 0.16 0 0.09 0.19
HSL 145.45º 0.26% 0.75% -
HSV(B) 145.45º 0.16% 0.81% -
XYZ 48.85 57.26 56.05 -
YUV 194.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 174 207 188 0.16 0 0.09 0.19 145.45 0.26 0.75
Hex AE CF BC 10 0 9 13 91 1A 4B
Octal 256 317 274 20 0 11 23 221 32 113
Binary 10101110 11001111 10111100 10000 0 1001 10011 10010001 11010 1001011

Color Harmonies of #AECFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFBC

Black with #AECFBC

Text Example


Text Example

White with #AECFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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