#9BBBBE

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

Shades of Casper #9BBBBE

Tints of Casper #9BBBBE

Color information

#9BBBBE (or 0x9BBBBE) is unknown color: approx Casper. HEX triplet: 9B, BB and BE. RGB value is (155,187,190). Sum of RGB (Red+Green+Blue) = 155+187+190=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBBE is #644441. Grayscale: #B1B1B1. Windows color (decimal): -6571074 or 12499867. OLE color: 12499867.

HSL color Cylindrical-coordinate representation of color #9BBBBE: hue angle of 185.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBBBE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155187190-
CMYK0.180.0200.25
HSL185.14º21.21%67.65%-
HSV(B)185.14º18.42%74.51%-
XYZ40.5846.2355.5-
YUV177.77134.9111.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=29.14%
G=35.15%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551871900.180.0200.25185.1421.2167.65
Hex9BBBBE122019b91544
Octal23327327622203127125104
Binary100110111011101110111110100101001100110111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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