#9CBDC1

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

Shades of Casper #9CBDC1

Tints of Casper #9CBDC1

Color information

#9CBDC1 (or 0x9CBDC1) is unknown color: approx Casper. HEX triplet: 9C, BD and C1. RGB value is (156,189,193). Sum of RGB (Red+Green+Blue) = 156+189+193=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDC1 is #63423E. Grayscale: #B3B3B3. Windows color (decimal): -6505023 or 12696988. OLE color: 12696988.

HSL color Cylindrical-coordinate representation of color #9CBDC1: hue angle of 186.49º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CBDC1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156189193-
CMYK0.190.0200.24
HSL186.49º22.98%68.43%-
HSV(B)186.49º19.17%75.69%-
XYZ41.5347.3157.4-
YUV179.59135.57111.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=29.00%
G=35.13%
B=35.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561891930.190.0200.24186.4922.9868.43
Hex9CBDC1132018ba1744
Octal23427530123203027227104
Binary100111001011110111000001100111001100010111010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,193); }

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

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

 a { background-color: rgb(156,189,193); }

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

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

 span { border-color: rgb(156,189,193); }

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