#98BCBD

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

Shades of Casper #98BCBD

Tints of Casper #98BCBD

Color information

#98BCBD (or 0x98BCBD) is unknown color: approx Casper. HEX triplet: 98, BC and BD. RGB value is (152,188,189). Sum of RGB (Red+Green+Blue) = 152+188+189=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #98BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCBD is #674342. Grayscale: #B1B1B1. Windows color (decimal): -6767427 or 12434584. OLE color: 12434584.

HSL color Cylindrical-coordinate representation of color #98BCBD: hue angle of 181.62º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BCBD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152188189-
CMYK0.200.0100.26
HSL181.62º21.89%66.86%-
HSV(B)181.62º19.58%74.12%-
XYZ40.1246.3254.97-
YUV177.35134.57109.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=28.73%
G=35.54%
B=35.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881890.200.0100.26181.6221.8966.86
Hex98BCBD14101Ab61643
Octal23027427524103226626103
Binary10011000101111001011110110100101101010110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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