Html Css Color HEX #96B7CC Nepal

📋 copy color: '#96B7CC'

red 150 ◦ green 183 ◦ blue 204

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

Shades of Nepal #96B7CC

Tints of Nepal #96B7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 27.93%
G = 34.08%
B = 37.99%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#96B7CC (or 0x96B7CC) is known color: Nepal. HEX triplet: 96, B7 and CC. RGB value is (150,183,204). Sum of RGB (Red+Green+Blue) = 150+183+204=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #96B7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7CC is #694833. Grayscale: #AFAFAF. Windows color (decimal): -6899764 or 13416342. OLE color: 13416342.

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

Color convert

RGB 150 183 204 -
CMYK 0.26 0.10 0 0.2
HSL 203.33º 0.35% 0.69% -
HSV(B) 203.33º 0.26% 0.8% -
XYZ 40.41 44.71 63.63 -
YUV 175.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 150 183 204 0.26 0.10 0 0.2 203.33 0.35 0.69
Hex 96 B7 CC 1A A 0 14 CB 23 45
Octal 226 267 314 32 12 0 24 313 43 105
Binary 10010110 10110111 11001100 11010 1010 0 10100 11001011 100011 1000101

Color Harmonies of #96B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7CC

Black with #96B7CC

Text Example


Text Example

White with #96B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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