#96B7CD

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

Shades of Nepal #96B7CD

Tints of Nepal #96B7CD

Color information

#96B7CD (or 0x96B7CD) is unknown color: approx Nepal. HEX triplet: 96, B7 and CD. RGB value is (150,183,205). Sum of RGB (Red+Green+Blue) = 150+183+205=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #96B7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7CD is #694832. Grayscale: #AFAFAF. Windows color (decimal): -6899763 or 13481878. OLE color: 13481878.

HSL color Cylindrical-coordinate representation of color #96B7CD: hue angle of 204º 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 #96B7CD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150183205-
CMYK0.270.1100.20
HSL204º35.48%69.61%-
HSV(B)204º26.83%80.39%-
XYZ40.5344.7664.26-
YUV175.64144.57109.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=27.88%
G=34.01%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501832050.270.1100.2020435.4869.61
Hex96B7CD1BB014cc2346
Octal226267315331302431443106
Binary100101101011011111001101110111011010100110011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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