Html Css Color HEX #99B2BF Nepal

📋 copy color: '#99B2BF'

red 153 ◦ green 178 ◦ blue 191

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

Shades of Nepal #99B2BF

Tints of Nepal #99B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

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

R = 29.31%
G = 34.1%
B = 36.59%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99B2BF (or 0x99B2BF) is known color: Nepal. HEX triplet: 99, B2 and BF. RGB value is (153,178,191). Sum of RGB (Red+Green+Blue) = 153+178+191=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2BF is #664D40. Grayscale: #ABABAB. Windows color (decimal): -6704449 or 12563097. OLE color: 12563097.

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

Color convert

RGB 153 178 191 -
CMYK 0.20 0.07 0 0.25
HSL 200.53º 0.23% 0.67% -
HSV(B) 200.53º 0.2% 0.75% -
XYZ 38.46 42.37 55.44 -
YUV 172.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 153 178 191 0.20 0.07 0 0.25 200.53 0.23 0.67
Hex 99 B2 BF 14 7 0 19 C9 17 43
Octal 231 262 277 24 7 0 31 311 27 103
Binary 10011001 10110010 10111111 10100 111 0 11001 11001001 10111 1000011

Color Harmonies of #99B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B2BF

Black with #99B2BF

Text Example


Text Example

White with #99B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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