Html Css Color HEX #96B2BF Nepal

📋 copy color: '#96B2BF'

red 150 ◦ green 178 ◦ blue 191

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

Shades of Nepal #96B2BF

Tints of Nepal #96B2BF

RGB

 RED value IS 150 (58.98% from 255) = 28.9%

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

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

R = 28.9%
G = 34.3%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96B2BF (or 0x96B2BF) is known color: Nepal. HEX triplet: 96, B2 and BF. RGB value is (150,178,191). Sum of RGB (Red+Green+Blue) = 150+178+191=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #96B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2BF is #694D40. Grayscale: #ABABAB. Windows color (decimal): -6901057 or 12563094. OLE color: 12563094.

HSL color Cylindrical-coordinate representation of color #96B2BF: hue angle of 199.02º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B2BF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 178 191 -
CMYK 0.21 0.07 0 0.25
HSL 199.02º 0.24% 0.67% -
HSV(B) 199.02º 0.21% 0.75% -
XYZ 37.9 42.09 55.42 -
YUV 171.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 150 178 191 0.21 0.07 0 0.25 199.02 0.24 0.67
Hex 96 B2 BF 15 7 0 19 C7 18 43
Octal 226 262 277 25 7 0 31 307 30 103
Binary 10010110 10110010 10111111 10101 111 0 11001 11000111 11000 1000011

Color Harmonies of #96B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2BF

Black with #96B2BF

Text Example


Text Example

White with #96B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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