Html Css Color HEX #96ABBA Nepal

📋 copy color: '#96ABBA'

red 150 ◦ green 171 ◦ blue 186

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

Shades of Nepal #96ABBA

Tints of Nepal #96ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 29.59%
G = 33.73%
B = 36.69%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96ABBA (or 0x96ABBA) is known color: Nepal. HEX triplet: 96, AB and BA. RGB value is (150,171,186). Sum of RGB (Red+Green+Blue) = 150+171+186=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #96ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABBA is #695445. Grayscale: #A6A6A6. Windows color (decimal): -6902854 or 12233622. OLE color: 12233622.

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

Color convert

RGB 150 171 186 -
CMYK 0.19 0.08 0 0.27
HSL 205º 0.21% 0.66% -
HSV(B) 205º 0.19% 0.73% -
XYZ 36 39.16 52.11 -
YUV 166.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 150 171 186 0.19 0.08 0 0.27 205 0.21 0.66
Hex 96 AB BA 13 8 0 1B CD 15 42
Octal 226 253 272 23 10 0 33 315 25 102
Binary 10010110 10101011 10111010 10011 1000 0 11011 11001101 10101 1000010

Color Harmonies of #96ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABBA

Black with #96ABBA

Text Example


Text Example

White with #96ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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