#99B4BF

Color #99B4BF Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #99B4BF

Tints of Nepal #99B4BF

Color information

#99B4BF (or 0x99B4BF) is unknown color: approx 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

RGB153180191-
CMYK0.200.0600.25
HSL197.37º22.89%67.45%-
HSV(B)197.37º19.9%74.9%-
XYZ38.8643.1855.58-
YUV173.18138.05113.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 191 (75% from 255) = 36.45%
R=29.20%
G=34.35%
B=36.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531801910.200.0600.25197.3722.8967.45
Hex99B4BF146019c51743
Octal23126427724603130527103
Binary1001100110110100101111111010011001100111000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>