#9BBEC5

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

Shades of Casper #9BBEC5

Tints of Casper #9BBEC5

Color information

#9BBEC5 (or 0x9BBEC5) is unknown color: approx Casper. HEX triplet: 9B, BE and C5. RGB value is (155,190,197). Sum of RGB (Red+Green+Blue) = 155+190+197=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #9BBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEC5 is #64413A. Grayscale: #B4B4B4. Windows color (decimal): -6570299 or 12959387. OLE color: 12959387.

HSL color Cylindrical-coordinate representation of color #9BBEC5: hue angle of 190º degrees, saturation: 0.27, 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 #9BBEC5 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB155190197-
CMYK0.210.0400.23
HSL190º26.58%69.02%-
HSV(B)190º21.32%77.25%-
XYZ42.0147.8359.84-
YUV180.33137.4109.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=28.60%
G=35.06%
B=36.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551901970.210.0400.2319026.5869.02
Hex9BBEC5154017be1b45
Octal23327630525402727633105
Binary1001101110111110110001011010110001011110111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,197); }

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

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

 a { background-color: rgb(155,190,197); }

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

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

 span { border-color: rgb(155,190,197); }

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