Html Css Color HEX #99AEBD Nepal

📋 copy color: '#99AEBD'

red 153 ◦ green 174 ◦ blue 189

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

Shades of Nepal #99AEBD

Tints of Nepal #99AEBD

RGB

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

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

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

R = 29.65%
G = 33.72%
B = 36.63%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99AEBD (or 0x99AEBD) is known color: Nepal. HEX triplet: 99, AE and BD. RGB value is (153,174,189). Sum of RGB (Red+Green+Blue) = 153+174+189=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #99AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBD is #665142. Grayscale: #A9A9A9. Windows color (decimal): -6705475 or 12431001. OLE color: 12431001.

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

Color convert

RGB 153 174 189 -
CMYK 0.19 0.08 0 0.26
HSL 205º 0.21% 0.67% -
HSV(B) 205º 0.19% 0.74% -
XYZ 37.46 40.72 54.03 -
YUV 169.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 153 174 189 0.19 0.08 0 0.26 205 0.21 0.67
Hex 99 AE BD 13 8 0 1A CD 15 43
Octal 231 256 275 23 10 0 32 315 25 103
Binary 10011001 10101110 10111101 10011 1000 0 11010 11001101 10101 1000011

Color Harmonies of #99AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEBD

Black with #99AEBD

Text Example


Text Example

White with #99AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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