#98BBC0

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

Shades of Casper #98BBC0

Tints of Casper #98BBC0

Color information

#98BBC0 (or 0x98BBC0) is unknown color: approx Casper. HEX triplet: 98, BB and C0. RGB value is (152,187,192). Sum of RGB (Red+Green+Blue) = 152+187+192=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #98BBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBC0 is #67443F. Grayscale: #B1B1B1. Windows color (decimal): -6767680 or 12630936. OLE color: 12630936.

HSL color Cylindrical-coordinate representation of color #98BBC0: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BBC0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152187192-
CMYK0.210.0300.25
HSL187.5º24.1%67.45%-
HSV(B)187.5º20.83%75.29%-
XYZ40.2346.0256.63-
YUV177.1136.4110.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=28.63%
G=35.22%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1521871920.210.0300.25187.524.167.45
Hex98BBC0153019bc1843
Octal23027330025303127430103
Binary100110001011101111000000101011101100110111100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BBC0; }

 p { color: rgb(152,187,192); }

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

<style>
 a { background-color: #98BBC0; }

 a { background-color: rgb(152,187,192); }

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

<style>
 span { border-color: #98BBC0; }

 span { border-color: rgb(152,187,192); }

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