Html Css Color HEX #96B0BD Nepal

📋 copy color: '#96B0BD'

red 150 ◦ green 176 ◦ blue 189

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

Shades of Nepal #96B0BD

Tints of Nepal #96B0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 29.13%
G = 34.17%
B = 36.7%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96B0BD (or 0x96B0BD) is known color: Nepal. HEX triplet: 96, B0 and BD. RGB value is (150,176,189). Sum of RGB (Red+Green+Blue) = 150+176+189=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #96B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0BD is #694F42. Grayscale: #A9A9A9. Windows color (decimal): -6901571 or 12431510. OLE color: 12431510.

HSL color Cylindrical-coordinate representation of color #96B0BD: hue angle of 200º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B0BD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 176 189 -
CMYK 0.21 0.07 0 0.26
HSL 200º 0.23% 0.66% -
HSV(B) 200º 0.21% 0.74% -
XYZ 37.29 41.21 54.13 -
YUV 169.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 150 176 189 0.21 0.07 0 0.26 200 0.23 0.66
Hex 96 B0 BD 15 7 0 1A C8 17 42
Octal 226 260 275 25 7 0 32 310 27 102
Binary 10010110 10110000 10111101 10101 111 0 11010 11001000 10111 1000010

Color Harmonies of #96B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0BD

Black with #96B0BD

Text Example


Text Example

White with #96B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,176,189); }

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

background-color css

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

 a { background-color: rgb(150,176,189); }

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

border-color css

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

 span { border-color: rgb(150,176,189); }

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