#96B9CD

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

Shades of Nepal #96B9CD

Tints of Nepal #96B9CD

Color information

#96B9CD (or 0x96B9CD) is unknown color: approx Nepal. HEX triplet: 96, B9 and CD. RGB value is (150,185,205). Sum of RGB (Red+Green+Blue) = 150+185+205=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #96B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9CD is #694632. Grayscale: #B0B0B0. Windows color (decimal): -6899251 or 13482390. OLE color: 13482390.

HSL color Cylindrical-coordinate representation of color #96B9CD: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96B9CD is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150185205-
CMYK0.270.1000.20
HSL201.82º35.48%69.61%-
HSV(B)201.82º26.83%80.39%-
XYZ40.9545.5964.4-
YUV176.82143.9108.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=27.78%
G=34.26%
B=37.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501852050.270.1000.20201.8235.4869.61
Hex96B9CD1BA014ca2346
Octal226271315331202431243106
Binary100101101011100111001101110111010010100110010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,185,205); }

 H1.HeaderClassName
 {
   color: #96B9CD;
 }
 .AnyTagClassName
 {
   color: #96B9CD;
 }
</style>
background-color css

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

 a { background-color: rgb(150,185,205); }

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

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

 span { border-color: rgb(150,185,205); }

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