#9BBFC4

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

Shades of Casper #9BBFC4

Tints of Casper #9BBFC4

Color information

#9BBFC4 (or 0x9BBFC4) is unknown color: approx Casper. HEX triplet: 9B, BF and C4. RGB value is (155,191,196). Sum of RGB (Red+Green+Blue) = 155+191+196=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC4 is #64403B. Grayscale: #B4B4B4. Windows color (decimal): -6570044 or 12894107. OLE color: 12894107.

HSL color Cylindrical-coordinate representation of color #9BBFC4: hue angle of 187.32º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BBFC4 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB155191196-
CMYK0.210.0300.23
HSL187.32º25.79%68.82%-
HSV(B)187.32º20.92%76.86%-
XYZ42.1148.2259.31-
YUV180.81136.57109.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=28.60%
G=35.24%
B=36.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551911960.210.0300.23187.3225.7968.82
Hex9BBFC4153017bb1a45
Octal23327730425302727332105
Binary100110111011111111000100101011101011110111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,196); }

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

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

 a { background-color: rgb(155,191,196); }

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

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

 span { border-color: rgb(155,191,196); }

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