Html Css Color HEX #96A8BB Nepal

📋 copy color: '#96A8BB'

red 150 ◦ green 168 ◦ blue 187

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

Shades of Nepal #96A8BB

Tints of Nepal #96A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 29.7%
G = 33.27%
B = 37.03%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96A8BB (or 0x96A8BB) is known color: Nepal. HEX triplet: 96, A8 and BB. RGB value is (150,168,187). Sum of RGB (Red+Green+Blue) = 150+168+187=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #96A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8BB is #695744. Grayscale: #A4A4A4. Windows color (decimal): -6903621 or 12298390. OLE color: 12298390.

HSL color Cylindrical-coordinate representation of color #96A8BB: hue angle of 210.81º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A8BB is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 168 187 -
CMYK 0.20 0.10 0 0.27
HSL 210.81º 0.21% 0.66% -
HSV(B) 210.81º 0.2% 0.73% -
XYZ 35.55 38.08 52.49 -
YUV 164.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 150 168 187 0.20 0.10 0 0.27 210.81 0.21 0.66
Hex 96 A8 BB 14 A 0 1B D3 15 42
Octal 226 250 273 24 12 0 33 323 25 102
Binary 10010110 10101000 10111011 10100 1010 0 11011 11010011 10101 1000010

Color Harmonies of #96A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A8BB

Black with #96A8BB

Text Example


Text Example

White with #96A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,168,187); }

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

background-color css

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

 a { background-color: rgb(150,168,187); }

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

border-color css

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

 span { border-color: rgb(150,168,187); }

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