#98BCC4

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

Shades of Casper #98BCC4

Tints of Casper #98BCC4

Color information

#98BCC4 (or 0x98BCC4) is unknown color: approx Casper. HEX triplet: 98, BC and C4. RGB value is (152,188,196). Sum of RGB (Red+Green+Blue) = 152+188+196=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #98BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC4 is #67433B. Grayscale: #B2B2B2. Windows color (decimal): -6767420 or 12893336. OLE color: 12893336.

HSL color Cylindrical-coordinate representation of color #98BCC4: hue angle of 190.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98BCC4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152188196-
CMYK0.220.0400.23
HSL190.91º27.16%68.24%-
HSV(B)190.91º22.45%76.86%-
XYZ40.946.6359.07-
YUV178.15138.07109.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.36%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=28.36%
G=35.07%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521881960.220.0400.23190.9127.1668.24
Hex98BCC4164017bf1b44
Octal23027430426402727733104
Binary1001100010111100110001001011010001011110111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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