#9CBDBF

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

Shades of Casper #9CBDBF

Tints of Casper #9CBDBF

Color information

#9CBDBF (or 0x9CBDBF) is unknown color: approx Casper. HEX triplet: 9C, BD and BF. RGB value is (156,189,191). Sum of RGB (Red+Green+Blue) = 156+189+191=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDBF is #634240. Grayscale: #B3B3B3. Windows color (decimal): -6505025 or 12565916. OLE color: 12565916.

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

Color convert

RGB156189191-
CMYK0.180.0100.25
HSL183.43º21.47%68.04%-
HSV(B)183.43º18.32%74.9%-
XYZ41.3147.2256.23-
YUV179.36134.57111.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 191 (75% from 255) = 35.63%
R=29.10%
G=35.26%
B=35.63%

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
Decimal1561891910.180.0100.25183.4321.4768.04
Hex9CBDBF121019b71544
Octal23427527722103126725104
Binary10011100101111011011111110010101100110110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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