#9BBAC3

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

Shades of Casper #9BBAC3

Tints of Casper #9BBAC3

Color information

#9BBAC3 (or 0x9BBAC3) is unknown color: approx Casper. HEX triplet: 9B, BA and C3. RGB value is (155,186,195). Sum of RGB (Red+Green+Blue) = 155+186+195=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #9BBAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC3 is #64453C. Grayscale: #B1B1B1. Windows color (decimal): -6571325 or 12827291. OLE color: 12827291.

HSL color Cylindrical-coordinate representation of color #9BBAC3: hue angle of 193.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BBAC3 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB155186195-
CMYK0.210.0500.24
HSL193.5º25%68.63%-
HSV(B)193.5º20.51%76.47%-
XYZ40.9346.0358.36-
YUV177.76137.73111.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 195 (76.56% from 255) = 36.38%
R=28.92%
G=34.70%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551861950.210.0500.24193.52568.63
Hex9BBAC3155018c21945
Octal23327230325503030231105
Binary1001101110111010110000111010110101100011000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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