#9CBABC

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

Shades of Casper #9CBABC

Tints of Casper #9CBABC

Color information

#9CBABC (or 0x9CBABC) is unknown color: approx Casper. HEX triplet: 9C, BA and BC. RGB value is (156,186,188). Sum of RGB (Red+Green+Blue) = 156+186+188=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBABC is #634543. Grayscale: #B1B1B1. Windows color (decimal): -6505796 or 12368540. OLE color: 12368540.

HSL color Cylindrical-coordinate representation of color #9CBABC: hue angle of 183.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBABC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156186188-
CMYK0.170.0100.26
HSL183.75º19.28%67.45%-
HSV(B)183.75º17.02%73.73%-
XYZ40.3545.8254.29-
YUV177.26134.06112.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.43%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=29.43%
G=35.09%
B=35.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561861880.170.0100.26183.7519.2867.45
Hex9CBABC11101Ab81343
Octal23427227421103227023103
Binary10011100101110101011110010001101101010111000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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