Html Css Color HEX #9AAEBC Nepal

📋 copy color: '#9AAEBC'

red 154 ◦ green 174 ◦ blue 188

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

Shades of Nepal #9AAEBC

Tints of Nepal #9AAEBC

RGB

 RED value IS 154 (60.55% from 255) = 29.84%

 GREEN value IS 174 (68.36% from 255) = 33.72%

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

R = 29.84%
G = 33.72%
B = 36.43%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9AAEBC (or 0x9AAEBC) is known color: Nepal. HEX triplet: 9A, AE and BC. RGB value is (154,174,188). Sum of RGB (Red+Green+Blue) = 154+174+188=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEBC is #655143. Grayscale: #A9A9A9. Windows color (decimal): -6639940 or 12365466. OLE color: 12365466.

HSL color Cylindrical-coordinate representation of color #9AAEBC: hue angle of 204.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AAEBC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 174 188 -
CMYK 0.18 0.07 0 0.26
HSL 204.71º 0.2% 0.67% -
HSV(B) 204.71º 0.18% 0.74% -
XYZ 37.54 40.77 53.47 -
YUV 169.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 154 174 188 0.18 0.07 0 0.26 204.71 0.2 0.67
Hex 9A AE BC 12 7 0 1A CD 14 43
Octal 232 256 274 22 7 0 32 315 24 103
Binary 10011010 10101110 10111100 10010 111 0 11010 11001101 10100 1000011

Color Harmonies of #9AAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAEBC

Black with #9AAEBC

Text Example


Text Example

White with #9AAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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