Html Css Color HEX #9CABB3 Nepal

📋 copy color: '#9CABB3'

red 156 ◦ green 171 ◦ blue 179

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

Shades of Nepal #9CABB3

Tints of Nepal #9CABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 30.83%
G = 33.79%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9CABB3 (or 0x9CABB3) is known color: Nepal. HEX triplet: 9C, AB and B3. RGB value is (156,171,179). Sum of RGB (Red+Green+Blue) = 156+171+179=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #9CABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABB3 is #63544C. Grayscale: #A7A7A7. Windows color (decimal): -6509645 or 11774876. OLE color: 11774876.

HSL color Cylindrical-coordinate representation of color #9CABB3: hue angle of 200.87º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CABB3 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 171 179 -
CMYK 0.13 0.04 0 0.30
HSL 200.87º 0.13% 0.66% -
HSV(B) 200.87º 0.13% 0.7% -
XYZ 36.41 39.45 48.34 -
YUV 167.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 156 171 179 0.13 0.04 0 0.30 200.87 0.13 0.66
Hex 9C AB B3 D 4 0 1E C9 D 42
Octal 234 253 263 15 4 0 36 311 15 102
Binary 10011100 10101011 10110011 1101 100 0 11110 11001001 1101 1000010

Color Harmonies of #9CABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CABB3

Black with #9CABB3

Text Example


Text Example

White with #9CABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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