Html Css Color HEX #96ACBA Nepal

📋 copy color: '#96ACBA'

red 150 ◦ green 172 ◦ blue 186

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

Shades of Nepal #96ACBA

Tints of Nepal #96ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.86%

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

R = 29.53%
G = 33.86%
B = 36.61%

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

#96ACBA (or 0x96ACBA) is known color: Nepal. HEX triplet: 96, AC and BA. RGB value is (150,172,186). Sum of RGB (Red+Green+Blue) = 150+172+186=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #96ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACBA is #695345. Grayscale: #A6A6A6. Windows color (decimal): -6902598 or 12233878. OLE color: 12233878.

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

Color convert

RGB 150 172 186 -
CMYK 0.19 0.08 0 0.27
HSL 203.33º 0.21% 0.66% -
HSV(B) 203.33º 0.19% 0.73% -
XYZ 36.19 39.53 52.18 -
YUV 167.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 150 172 186 0.19 0.08 0 0.27 203.33 0.21 0.66
Hex 96 AC BA 13 8 0 1B CB 15 42
Octal 226 254 272 23 10 0 33 313 25 102
Binary 10010110 10101100 10111010 10011 1000 0 11011 11001011 10101 1000010

Color Harmonies of #96ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACBA

Black with #96ACBA

Text Example


Text Example

White with #96ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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