Html Css Color HEX #99B1BE Nepal

📋 copy color: '#99B1BE'

red 153 ◦ green 177 ◦ blue 190

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

Shades of Nepal #99B1BE

Tints of Nepal #99B1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

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

R = 29.42%
G = 34.04%
B = 36.54%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99B1BE (or 0x99B1BE) is known color: Nepal. HEX triplet: 99, B1 and BE. RGB value is (153,177,190). Sum of RGB (Red+Green+Blue) = 153+177+190=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #99B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1BE is #664E41. Grayscale: #ABABAB. Windows color (decimal): -6704706 or 12497305. OLE color: 12497305.

HSL color Cylindrical-coordinate representation of color #99B1BE: hue angle of 201.08º 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 #99B1BE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 177 190 -
CMYK 0.19 0.07 0 0.25
HSL 201.08º 0.22% 0.67% -
HSV(B) 201.08º 0.19% 0.75% -
XYZ 38.15 41.93 54.8 -
YUV 171.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 153 177 190 0.19 0.07 0 0.25 201.08 0.22 0.67
Hex 99 B1 BE 13 7 0 19 C9 16 43
Octal 231 261 276 23 7 0 31 311 26 103
Binary 10011001 10110001 10111110 10011 111 0 11001 11001001 10110 1000011

Color Harmonies of #99B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1BE

Black with #99B1BE

Text Example


Text Example

White with #99B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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