Html Css Color HEX #9CABB5 Nepal

📋 copy color: '#9CABB5'

red 156 ◦ green 171 ◦ blue 181

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

Shades of Nepal #9CABB5

Tints of Nepal #9CABB5

RGB

 RED value IS 156 (61.33% from 255) = 30.71%

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

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 30.71%
G = 33.66%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9CABB5 (or 0x9CABB5) is known color: Nepal. HEX triplet: 9C, AB and B5. RGB value is (156,171,181). Sum of RGB (Red+Green+Blue) = 156+171+181=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #9CABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABB5 is #63544A. Grayscale: #A7A7A7. Windows color (decimal): -6509643 or 11905948. OLE color: 11905948.

HSL color Cylindrical-coordinate representation of color #9CABB5: hue angle of 204º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CABB5 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 171 181 -
CMYK 0.14 0.06 0 0.29
HSL 204º 0.14% 0.66% -
HSV(B) 204º 0.14% 0.71% -
XYZ 36.61 39.53 49.42 -
YUV 167.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 156 171 181 0.14 0.06 0 0.29 204 0.14 0.66
Hex 9C AB B5 E 6 0 1D CC E 42
Octal 234 253 265 16 6 0 35 314 16 102
Binary 10011100 10101011 10110101 1110 110 0 11101 11001100 1110 1000010

Color Harmonies of #9CABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CABB5

Black with #9CABB5

Text Example


Text Example

White with #9CABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CABB5; }

 p { color: rgb(156,171,181); }

 H1.HeaderClassName
 {
   color: #9CABB5;
 }
 .AnyTagClassName
 {
   color: #9CABB5;
 }
</style>

background-color css

<style>
 a { background-color: #9CABB5; }

 a { background-color: rgb(156,171,181); }

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

border-color css

<style>
 span { border-color: #9CABB5; }

 span { border-color: rgb(156,171,181); }

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