#9BB7BF

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

Shades of Casper #9BB7BF

Tints of Casper #9BB7BF

Color information

#9BB7BF (or 0x9BB7BF) is unknown color: approx Casper. HEX triplet: 9B, B7 and BF. RGB value is (155,183,191). Sum of RGB (Red+Green+Blue) = 155+183+191=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BB7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7BF is #644840. Grayscale: #AFAFAF. Windows color (decimal): -6572097 or 12564379. OLE color: 12564379.

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

Color convert

RGB155183191-
CMYK0.190.0400.25
HSL193.33º21.95%67.84%-
HSV(B)193.33º18.85%74.9%-
XYZ39.8644.655.8-
YUV175.54136.72113.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 191 (75% from 255) = 36.11%
R=29.30%
G=34.59%
B=36.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551831910.190.0400.25193.3321.9567.84
Hex9BB7BF134019c11644
Octal23326727723403130126104
Binary1001101110110111101111111001110001100111000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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