Html Css Color HEX #9CAEBB Nepal

📋 copy color: '#9CAEBB'

red 156 ◦ green 174 ◦ blue 187

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

Shades of Nepal #9CAEBB

Tints of Nepal #9CAEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.66%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 30.17%
G = 33.66%
B = 36.17%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CAEBB (or 0x9CAEBB) is known color: Nepal. HEX triplet: 9C, AE and BB. RGB value is (156,174,187). Sum of RGB (Red+Green+Blue) = 156+174+187=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAEBB is #635144. Grayscale: #AAAAAA. Windows color (decimal): -6508869 or 12299932. OLE color: 12299932.

HSL color Cylindrical-coordinate representation of color #9CAEBB: hue angle of 205.16º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CAEBB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 174 187 -
CMYK 0.17 0.07 0 0.27
HSL 205.16º 0.19% 0.67% -
HSV(B) 205.16º 0.17% 0.73% -
XYZ 37.82 40.93 52.92 -
YUV 170.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 156 174 187 0.17 0.07 0 0.27 205.16 0.19 0.67
Hex 9C AE BB 11 7 0 1B CD 13 43
Octal 234 256 273 21 7 0 33 315 23 103
Binary 10011100 10101110 10111011 10001 111 0 11011 11001101 10011 1000011

Color Harmonies of #9CAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAEBB

Black with #9CAEBB

Text Example


Text Example

White with #9CAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,174,187); }

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

background-color css

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

 a { background-color: rgb(156,174,187); }

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

border-color css

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

 span { border-color: rgb(156,174,187); }

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