#9BB4CA

Color #9BB4CA Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9BB4CA

Tints of Nepal #9BB4CA

Color information

#9BB4CA (or 0x9BB4CA) is unknown color: approx Nepal. HEX triplet: 9B, B4 and CA. RGB value is (155,180,202). Sum of RGB (Red+Green+Blue) = 155+180+202=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4CA is #644B35. Grayscale: #AEAEAE. Windows color (decimal): -6572854 or 13284507. OLE color: 13284507.

HSL color Cylindrical-coordinate representation of color #9BB4CA: hue angle of 208.09º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BB4CA is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155180202-
CMYK0.230.1100.21
HSL208.09º30.72%70%-
HSV(B)208.09º23.27%79.22%-
XYZ40.543.8862.21-
YUV175.03143.22113.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=28.86%
G=33.52%
B=37.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551802020.230.1100.21208.0930.7270
Hex9BB4CA17B015d01f46
Octal233264312271302532037106
Binary10011011101101001100101010111101101010111010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,202); }

 H1.HeaderClassName
 {
   color: #9BB4CA;
 }
 .AnyTagClassName
 {
   color: #9BB4CA;
 }
</style>
background-color css

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

 a { background-color: rgb(155,180,202); }

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

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

 span { border-color: rgb(155,180,202); }

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