#9CBBBF

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

Shades of Casper #9CBBBF

Tints of Casper #9CBBBF

Color information

#9CBBBF (or 0x9CBBBF) is unknown color: approx Casper. HEX triplet: 9C, BB and BF. RGB value is (156,187,191). Sum of RGB (Red+Green+Blue) = 156+187+191=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBBF is #634440. Grayscale: #B2B2B2. Windows color (decimal): -6505537 or 12565404. OLE color: 12565404.

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

Color convert

RGB156187191-
CMYK0.180.0200.25
HSL186.86º21.47%68.04%-
HSV(B)186.86º18.32%74.9%-
XYZ40.8846.3756.09-
YUV178.19135.23112.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 191 (75% from 255) = 35.77%
R=29.21%
G=35.02%
B=35.77%

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
Decimal1561871910.180.0200.25186.8621.4768.04
Hex9CBBBF122019bb1544
Octal23427327722203127325104
Binary100111001011101110111111100101001100110111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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