Html Css Color HEX #96A9BB Nepal

📋 copy color: '#96A9BB'

red 150 ◦ green 169 ◦ blue 187

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

Shades of Nepal #96A9BB

Tints of Nepal #96A9BB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

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

R = 29.64%
G = 33.4%
B = 36.96%

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

#96A9BB (or 0x96A9BB) is known color: Nepal. HEX triplet: 96, A9 and BB. RGB value is (150,169,187). Sum of RGB (Red+Green+Blue) = 150+169+187=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #96A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9BB is #695644. Grayscale: #A5A5A5. Windows color (decimal): -6903365 or 12298646. OLE color: 12298646.

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

Color convert

RGB 150 169 187 -
CMYK 0.20 0.10 0 0.27
HSL 209.19º 0.21% 0.66% -
HSV(B) 209.19º 0.2% 0.73% -
XYZ 35.74 38.45 52.55 -
YUV 165.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 150 169 187 0.20 0.10 0 0.27 209.19 0.21 0.66
Hex 96 A9 BB 14 A 0 1B D1 15 42
Octal 226 251 273 24 12 0 33 321 25 102
Binary 10010110 10101001 10111011 10100 1010 0 11011 11010001 10101 1000010

Color Harmonies of #96A9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A9BB

Black with #96A9BB

Text Example


Text Example

White with #96A9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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