#9CBCBE

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

Shades of Casper #9CBCBE

Tints of Casper #9CBCBE

Color information

#9CBCBE (or 0x9CBCBE) is unknown color: approx Casper. HEX triplet: 9C, BC and BE. RGB value is (156,188,190). Sum of RGB (Red+Green+Blue) = 156+188+190=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCBE is #634341. Grayscale: #B2B2B2. Windows color (decimal): -6505282 or 12500124. OLE color: 12500124.

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

Color convert

RGB156188190-
CMYK0.180.0100.25
HSL183.53º20.73%67.84%-
HSV(B)183.53º17.89%74.51%-
XYZ40.9946.7555.58-
YUV178.66134.4111.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=29.21%
G=35.21%
B=35.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561881900.180.0100.25183.5320.7367.84
Hex9CBCBE121019b81544
Octal23427427622103127025104
Binary10011100101111001011111010010101100110111000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,188,190); }

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

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

 a { background-color: rgb(156,188,190); }

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

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

 span { border-color: rgb(156,188,190); }

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