Html Css Color HEX #99AEBE Nepal

📋 copy color: '#99AEBE'

red 153 ◦ green 174 ◦ blue 190

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

Shades of Nepal #99AEBE

Tints of Nepal #99AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 29.59%
G = 33.66%
B = 36.75%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99AEBE (or 0x99AEBE) is known color: Nepal. HEX triplet: 99, AE and BE. RGB value is (153,174,190). Sum of RGB (Red+Green+Blue) = 153+174+190=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #99AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBE is #665141. Grayscale: #A9A9A9. Windows color (decimal): -6705474 or 12496537. OLE color: 12496537.

HSL color Cylindrical-coordinate representation of color #99AEBE: hue angle of 205.95º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AEBE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 174 190 -
CMYK 0.19 0.08 0 0.25
HSL 205.95º 0.22% 0.67% -
HSV(B) 205.95º 0.19% 0.75% -
XYZ 37.57 40.76 54.6 -
YUV 169.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 153 174 190 0.19 0.08 0 0.25 205.95 0.22 0.67
Hex 99 AE BE 13 8 0 19 CE 16 43
Octal 231 256 276 23 10 0 31 316 26 103
Binary 10011001 10101110 10111110 10011 1000 0 11001 11001110 10110 1000011

Color Harmonies of #99AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEBE

Black with #99AEBE

Text Example


Text Example

White with #99AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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