#98BCC1

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

Shades of Casper #98BCC1

Tints of Casper #98BCC1

Color information

#98BCC1 (or 0x98BCC1) is unknown color: approx Casper. HEX triplet: 98, BC and C1. RGB value is (152,188,193). Sum of RGB (Red+Green+Blue) = 152+188+193=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC1 is #67433E. Grayscale: #B1B1B1. Windows color (decimal): -6767423 or 12696728. OLE color: 12696728.

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

Color convert

RGB152188193-
CMYK0.210.0300.24
HSL187.32º24.85%67.65%-
HSV(B)187.32º21.24%75.69%-
XYZ40.5646.4957.29-
YUV177.81136.57109.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.52%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=28.52%
G=35.27%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521881930.210.0300.24187.3224.8567.65
Hex98BCC1153018bb1944
Octal23027430125303027331104
Binary100110001011110011000001101011101100010111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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