Html Css Color HEX #99B1BC Nepal

📋 copy color: '#99B1BC'

red 153 ◦ green 177 ◦ blue 188

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

Shades of Nepal #99B1BC

Tints of Nepal #99B1BC

RGB

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

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

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

R = 29.54%
G = 34.17%
B = 36.29%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99B1BC (or 0x99B1BC) is known color: Nepal. HEX triplet: 99, B1 and BC. RGB value is (153,177,188). Sum of RGB (Red+Green+Blue) = 153+177+188=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1BC is #664E43. Grayscale: #ABABAB. Windows color (decimal): -6704708 or 12366233. OLE color: 12366233.

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

Color convert

RGB 153 177 188 -
CMYK 0.19 0.06 0 0.26
HSL 198.86º 0.21% 0.67% -
HSV(B) 198.86º 0.19% 0.74% -
XYZ 37.94 41.85 53.65 -
YUV 171.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 153 177 188 0.19 0.06 0 0.26 198.86 0.21 0.67
Hex 99 B1 BC 13 6 0 1A C7 15 43
Octal 231 261 274 23 6 0 32 307 25 103
Binary 10011001 10110001 10111100 10011 110 0 11010 11000111 10101 1000011

Color Harmonies of #99B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1BC

Black with #99B1BC

Text Example


Text Example

White with #99B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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