Html Css Color HEX #96ABBC Nepal

📋 copy color: '#96ABBC'

red 150 ◦ green 171 ◦ blue 188

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

Shades of Nepal #96ABBC

Tints of Nepal #96ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 29.47%
G = 33.6%
B = 36.94%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96ABBC (or 0x96ABBC) is known color: Nepal. HEX triplet: 96, AB and BC. RGB value is (150,171,188). Sum of RGB (Red+Green+Blue) = 150+171+188=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #96ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABBC is #695443. Grayscale: #A6A6A6. Windows color (decimal): -6902852 or 12364694. OLE color: 12364694.

HSL color Cylindrical-coordinate representation of color #96ABBC: hue angle of 206.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96ABBC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 171 188 -
CMYK 0.20 0.09 0 0.26
HSL 206.84º 0.22% 0.66% -
HSV(B) 206.84º 0.2% 0.74% -
XYZ 36.22 39.24 53.24 -
YUV 166.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 150 171 188 0.20 0.09 0 0.26 206.84 0.22 0.66
Hex 96 AB BC 14 9 0 1A CF 16 42
Octal 226 253 274 24 11 0 32 317 26 102
Binary 10010110 10101011 10111100 10100 1001 0 11010 11001111 10110 1000010

Color Harmonies of #96ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABBC

Black with #96ABBC

Text Example


Text Example

White with #96ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,188); }

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

background-color css

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

 a { background-color: rgb(150,171,188); }

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

border-color css

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

 span { border-color: rgb(150,171,188); }

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