#9CB4BA

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

Shades of Casper #9CB4BA

Tints of Casper #9CB4BA

Color information

#9CB4BA (or 0x9CB4BA) is unknown color: approx Casper. HEX triplet: 9C, B4 and BA. RGB value is (156,180,186). Sum of RGB (Red+Green+Blue) = 156+180+186=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB4BA is #634B45. Grayscale: #ADADAD. Windows color (decimal): -6507334 or 12235932. OLE color: 12235932.

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

Color convert

RGB156180186-
CMYK0.160.0300.27
HSL192º17.86%67.06%-
HSV(B)192º16.13%72.94%-
XYZ38.8943.2652.75-
YUV173.51135.05115.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=29.89%
G=34.48%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561801860.160.0300.2719217.8667.06
Hex9CB4BA10301Bc01243
Octal23426427220303330022103
Binary100111001011010010111010100001101101111000000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,186); }

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

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

 a { background-color: rgb(156,180,186); }

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

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

 span { border-color: rgb(156,180,186); }

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