#9BBAC2

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

Shades of Casper #9BBAC2

Tints of Casper #9BBAC2

Color information

#9BBAC2 (or 0x9BBAC2) is unknown color: approx Casper. HEX triplet: 9B, BA and C2. RGB value is (155,186,194). Sum of RGB (Red+Green+Blue) = 155+186+194=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #9BBAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC2 is #64453D. Grayscale: #B1B1B1. Windows color (decimal): -6571326 or 12761755. OLE color: 12761755.

HSL color Cylindrical-coordinate representation of color #9BBAC2: hue angle of 192.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBAC2 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB155186194-
CMYK0.200.0400.24
HSL192.31º24.22%68.43%-
HSV(B)192.31º20.1%76.08%-
XYZ40.8145.9857.76-
YUV177.64137.23111.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 194 (76.17% from 255) = 36.26%
R=28.97%
G=34.77%
B=36.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551861940.200.0400.24192.3124.2268.43
Hex9BBAC2144018c01844
Octal23327230224403030030104
Binary1001101110111010110000101010010001100011000000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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