#9FBDC2

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

Shades of Casper #9FBDC2

Tints of Casper #9FBDC2

Color information

#9FBDC2 (or 0x9FBDC2) is unknown color: approx Casper. HEX triplet: 9F, BD and C2. RGB value is (159,189,194). Sum of RGB (Red+Green+Blue) = 159+189+194=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #9FBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDC2 is #60423D. Grayscale: #B4B4B4. Windows color (decimal): -6308414 or 12762527. OLE color: 12762527.

HSL color Cylindrical-coordinate representation of color #9FBDC2: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FBDC2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB159189194-
CMYK0.180.0300.24
HSL188.57º22.29%69.22%-
HSV(B)188.57º18.04%76.08%-
XYZ42.2347.6658.01-
YUV180.6135.56112.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.34%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=29.34%
G=34.87%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591891940.180.0300.24188.5722.2969.22
Hex9FBDC2123018bd1645
Octal23727530222303027526105
Binary100111111011110111000010100101101100010111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,194); }

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

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

 a { background-color: rgb(159,189,194); }

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

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

 span { border-color: rgb(159,189,194); }

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