Html Css Color HEX #99B4BF Nepal

📋 copy color: '#99B4BF'

red 153 ◦ green 180 ◦ blue 191

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

Shades of Nepal #99B4BF

Tints of Nepal #99B4BF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.35%

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

R = 29.2%
G = 34.35%
B = 36.45%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99B4BF (or 0x99B4BF) is known color: Nepal. HEX triplet: 99, B4 and BF. RGB value is (153,180,191). Sum of RGB (Red+Green+Blue) = 153+180+191=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4BF is #664B40. Grayscale: #ADADAD. Windows color (decimal): -6703937 or 12563609. OLE color: 12563609.

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

Color convert

RGB 153 180 191 -
CMYK 0.20 0.06 0 0.25
HSL 197.37º 0.23% 0.67% -
HSV(B) 197.37º 0.2% 0.75% -
XYZ 38.86 43.18 55.58 -
YUV 173.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 153 180 191 0.20 0.06 0 0.25 197.37 0.23 0.67
Hex 99 B4 BF 14 6 0 19 C5 17 43
Octal 231 264 277 24 6 0 31 305 27 103
Binary 10011001 10110100 10111111 10100 110 0 11001 11000101 10111 1000011

Color Harmonies of #99B4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B4BF

Black with #99B4BF

Text Example


Text Example

White with #99B4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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