Html Css Color HEX #96BACB Nepal

📋 copy color: '#96BACB'

red 150 ◦ green 186 ◦ blue 203

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

Shades of Nepal #96BACB

Tints of Nepal #96BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 27.83%
G = 34.51%
B = 37.66%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96BACB (or 0x96BACB) is known color: Nepal. HEX triplet: 96, BA and CB. RGB value is (150,186,203). Sum of RGB (Red+Green+Blue) = 150+186+203=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #96BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BACB is #694534. Grayscale: #B1B1B1. Windows color (decimal): -6898997 or 13351574. OLE color: 13351574.

HSL color Cylindrical-coordinate representation of color #96BACB: hue angle of 199.25º degrees, saturation: 0.34, 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 #96BACB is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 186 203 -
CMYK 0.26 0.08 0 0.20
HSL 199.25º 0.34% 0.69% -
HSV(B) 199.25º 0.26% 0.8% -
XYZ 40.92 45.91 63.21 -
YUV 177.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 150 186 203 0.26 0.08 0 0.20 199.25 0.34 0.69
Hex 96 BA CB 1A 8 0 14 C7 22 45
Octal 226 272 313 32 10 0 24 307 42 105
Binary 10010110 10111010 11001011 11010 1000 0 10100 11000111 100010 1000101

Color Harmonies of #96BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BACB

Black with #96BACB

Text Example


Text Example

White with #96BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,203); }

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

background-color css

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

 a { background-color: rgb(150,186,203); }

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

border-color css

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

 span { border-color: rgb(150,186,203); }

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