Html Css Color HEX #99B0BF Nepal

📋 copy color: '#99B0BF'

red 153 ◦ green 176 ◦ blue 191

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

Shades of Nepal #99B0BF

Tints of Nepal #99B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.85%

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

R = 29.42%
G = 33.85%
B = 36.73%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99B0BF (or 0x99B0BF) is known color: Nepal. HEX triplet: 99, B0 and BF. RGB value is (153,176,191). Sum of RGB (Red+Green+Blue) = 153+176+191=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BF is #664F40. Grayscale: #AAAAAA. Windows color (decimal): -6704961 or 12562585. OLE color: 12562585.

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

Color convert

RGB 153 176 191 -
CMYK 0.20 0.08 0 0.25
HSL 203.68º 0.23% 0.67% -
HSV(B) 203.68º 0.2% 0.75% -
XYZ 38.07 41.58 55.31 -
YUV 170.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 153 176 191 0.20 0.08 0 0.25 203.68 0.23 0.67
Hex 99 B0 BF 14 8 0 19 CC 17 43
Octal 231 260 277 24 10 0 31 314 27 103
Binary 10011001 10110000 10111111 10100 1000 0 11001 11001100 10111 1000011

Color Harmonies of #99B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0BF

Black with #99B0BF

Text Example


Text Example

White with #99B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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