Html Css Color HEX #AECFBD Nebula

📋 copy color: '#AECFBD'

red 174 ◦ green 207 ◦ blue 189

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

Shades of Nebula #AECFBD

Tints of Nebula #AECFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 30.53%
G = 36.32%
B = 33.16%

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

#AECFBD (or 0xAECFBD) is known color: Nebula. HEX triplet: AE, CF and BD. RGB value is (174,207,189). Sum of RGB (Red+Green+Blue) = 174+207+189=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFBD is #513042. Grayscale: #C3C3C3. Windows color (decimal): -5320771 or 12439470. OLE color: 12439470.

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

Color convert

RGB 174 207 189 -
CMYK 0.16 0 0.09 0.19
HSL 147.27º 0.26% 0.75% -
HSV(B) 147.27º 0.16% 0.81% -
XYZ 48.95 57.3 56.62 -
YUV 195.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 174 207 189 0.16 0 0.09 0.19 147.27 0.26 0.75
Hex AE CF BD 10 0 9 13 93 1A 4B
Octal 256 317 275 20 0 11 23 223 32 113
Binary 10101110 11001111 10111101 10000 0 1001 10011 10010011 11010 1001011

Color Harmonies of #AECFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFBD

Black with #AECFBD

Text Example


Text Example

White with #AECFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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