Html Css Color HEX #99AEBF Nepal

📋 copy color: '#99AEBF'

red 153 ◦ green 174 ◦ blue 191

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

Shades of Nepal #99AEBF

Tints of Nepal #99AEBF

RGB

 RED value IS 153 (60.16% from 255) = 29.54%

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 29.54%
G = 33.59%
B = 36.87%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99AEBF (or 0x99AEBF) is known color: Nepal. HEX triplet: 99, AE and BF. RGB value is (153,174,191). Sum of RGB (Red+Green+Blue) = 153+174+191=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #99AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBF is #665140. Grayscale: #A9A9A9. Windows color (decimal): -6705473 or 12562073. OLE color: 12562073.

HSL color Cylindrical-coordinate representation of color #99AEBF: hue angle of 206.84º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99AEBF is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 174 191 -
CMYK 0.20 0.09 0 0.25
HSL 206.84º 0.23% 0.67% -
HSV(B) 206.84º 0.2% 0.75% -
XYZ 37.68 40.81 55.18 -
YUV 169.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 153 174 191 0.20 0.09 0 0.25 206.84 0.23 0.67
Hex 99 AE BF 14 9 0 19 CF 17 43
Octal 231 256 277 24 11 0 31 317 27 103
Binary 10011001 10101110 10111111 10100 1001 0 11001 11001111 10111 1000011

Color Harmonies of #99AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEBF

Black with #99AEBF

Text Example


Text Example

White with #99AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AEBF; }

 p { color: rgb(153,174,191); }

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

background-color css

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

 a { background-color: rgb(153,174,191); }

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

border-color css

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

 span { border-color: rgb(153,174,191); }

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