#98BCC0

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

Shades of Casper #98BCC0

Tints of Casper #98BCC0

Color information

#98BCC0 (or 0x98BCC0) is unknown color: approx Casper. HEX triplet: 98, BC and C0. RGB value is (152,188,192). Sum of RGB (Red+Green+Blue) = 152+188+192=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #98BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC0 is #67433F. Grayscale: #B1B1B1. Windows color (decimal): -6767424 or 12631192. OLE color: 12631192.

HSL color Cylindrical-coordinate representation of color #98BCC0: hue angle of 186º 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 #98BCC0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152188192-
CMYK0.210.0200.25
HSL186º24.1%67.45%-
HSV(B)186º20.83%75.29%-
XYZ40.4546.4556.7-
YUV177.69136.07109.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=28.57%
G=35.34%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521881920.210.0200.2518624.167.45
Hex98BCC0152019ba1843
Octal23027430025203127230103
Binary100110001011110011000000101011001100110111010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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