#9BBDC0

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

Shades of Casper #9BBDC0

Tints of Casper #9BBDC0

Color information

#9BBDC0 (or 0x9BBDC0) is unknown color: approx Casper. HEX triplet: 9B, BD and C0. RGB value is (155,189,192). Sum of RGB (Red+Green+Blue) = 155+189+192=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDC0 is #64423F. Grayscale: #B3B3B3. Windows color (decimal): -6570560 or 12631451. OLE color: 12631451.

HSL color Cylindrical-coordinate representation of color #9BBDC0: hue angle of 184.86º 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 #9BBDC0 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155189192-
CMYK0.190.0200.25
HSL184.86º22.7%68.04%-
HSV(B)184.86º19.27%75.29%-
XYZ41.2347.1756.8-
YUV179.18135.24110.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=28.92%
G=35.26%
B=35.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551891920.190.0200.25184.8622.768.04
Hex9BBDC0132019b91744
Octal23327530023203127127104
Binary100110111011110111000000100111001100110111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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