#9BBBBF

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

Shades of Casper #9BBBBF

Tints of Casper #9BBBBF

Color information

#9BBBBF (or 0x9BBBBF) is unknown color: approx Casper. HEX triplet: 9B, BB and BF. RGB value is (155,187,191). Sum of RGB (Red+Green+Blue) = 155+187+191=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBBF is #644440. Grayscale: #B1B1B1. Windows color (decimal): -6571073 or 12565403. OLE color: 12565403.

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

Color convert

RGB155187191-
CMYK0.190.0200.25
HSL186.67º21.95%67.84%-
HSV(B)186.67º18.85%74.9%-
XYZ40.6946.2756.08-
YUV177.89135.4111.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.08%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 191 (75% from 255) = 35.83%
R=29.08%
G=35.08%
B=35.83%

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
Decimal1551871910.190.0200.25186.6721.9567.84
Hex9BBBBF132019bb1644
Octal23327327723203127326104
Binary100110111011101110111111100111001100110111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,187,191); }

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

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

 a { background-color: rgb(155,187,191); }

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

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

 span { border-color: rgb(155,187,191); }

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