#98BCC6

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

Shades of Casper #98BCC6

Tints of Casper #98BCC6

Color information

#98BCC6 (or 0x98BCC6) is unknown color: approx Casper. HEX triplet: 98, BC and C6. RGB value is (152,188,198). Sum of RGB (Red+Green+Blue) = 152+188+198=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #98BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC6 is #674339. Grayscale: #B2B2B2. Windows color (decimal): -6767418 or 13024408. OLE color: 13024408.

HSL color Cylindrical-coordinate representation of color #98BCC6: hue angle of 193.04º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98BCC6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152188198-
CMYK0.230.0500.22
HSL193.04º28.75%68.63%-
HSV(B)193.04º23.23%77.65%-
XYZ41.1346.7260.28-
YUV178.38139.07109.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=28.25%
G=34.94%
B=36.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521881980.230.0500.22193.0428.7568.63
Hex98BCC6175016c11d45
Octal23027430627502630135105
Binary1001100010111100110001101011110101011011000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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