#9BBAC0

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

Shades of Casper #9BBAC0

Tints of Casper #9BBAC0

Color information

#9BBAC0 (or 0x9BBAC0) is unknown color: approx Casper. HEX triplet: 9B, BA and C0. RGB value is (155,186,192). Sum of RGB (Red+Green+Blue) = 155+186+192=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC0 is #64453F. Grayscale: #B1B1B1. Windows color (decimal): -6571328 or 12630683. OLE color: 12630683.

HSL color Cylindrical-coordinate representation of color #9BBAC0: hue angle of 189.73º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBAC0 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155186192-
CMYK0.190.0300.25
HSL189.73º22.7%68.04%-
HSV(B)189.73º19.27%75.29%-
XYZ40.5945.8956.59-
YUV177.42136.23112.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.08%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=29.08%
G=34.90%
B=36.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551861920.190.0300.25189.7322.768.04
Hex9BBAC0133019be1744
Octal23327230023303127627104
Binary100110111011101011000000100111101100110111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,192); }

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

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

 a { background-color: rgb(155,186,192); }

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

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

 span { border-color: rgb(155,186,192); }

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