#9BBFC6

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

Shades of Casper #9BBFC6

Tints of Casper #9BBFC6

Color information

#9BBFC6 (or 0x9BBFC6) is unknown color: approx Casper. HEX triplet: 9B, BF and C6. RGB value is (155,191,198). Sum of RGB (Red+Green+Blue) = 155+191+198=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #9BBFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC6 is #644039. Grayscale: #B4B4B4. Windows color (decimal): -6570042 or 13025179. OLE color: 13025179.

HSL color Cylindrical-coordinate representation of color #9BBFC6: hue angle of 189.77º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBFC6 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB155191198-
CMYK0.220.0400.22
HSL189.77º27.39%69.22%-
HSV(B)189.77º21.72%77.65%-
XYZ42.3448.3160.52-
YUV181.03137.57109.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=28.49%
G=35.11%
B=36.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551911980.220.0400.22189.7727.3969.22
Hex9BBFC6164016be1b45
Octal23327730626402627633105
Binary1001101110111111110001101011010001011010111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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