#9BB6BE

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

Shades of Casper #9BB6BE

Tints of Casper #9BB6BE

Color information

#9BB6BE (or 0x9BB6BE) is unknown color: approx Casper. HEX triplet: 9B, B6 and BE. RGB value is (155,182,190). Sum of RGB (Red+Green+Blue) = 155+182+190=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6BE is #644941. Grayscale: #AEAEAE. Windows color (decimal): -6572354 or 12498587. OLE color: 12498587.

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

Color convert

RGB155182190-
CMYK0.180.0400.25
HSL193.71º21.21%67.65%-
HSV(B)193.71º18.42%74.51%-
XYZ39.5444.1455.15-
YUV174.84136.55113.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=29.41%
G=34.54%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551821900.180.0400.25193.7121.2167.65
Hex9BB6BE124019c21544
Octal23326627622403130225104
Binary1001101110110110101111101001010001100111000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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