#98BEC1

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

Shades of Casper #98BEC1

Tints of Casper #98BEC1

Color information

#98BEC1 (or 0x98BEC1) is unknown color: approx Casper. HEX triplet: 98, BE and C1. RGB value is (152,190,193). Sum of RGB (Red+Green+Blue) = 152+190+193=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BEC1 is #67413E. Grayscale: #B2B2B2. Windows color (decimal): -6766911 or 12697240. OLE color: 12697240.

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

Color convert

RGB152190193-
CMYK0.210.0200.24
HSL184.39º24.85%67.65%-
HSV(B)184.39º21.24%75.69%-
XYZ40.9947.3557.43-
YUV178.98135.91108.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=28.41%
G=35.51%
B=36.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521901930.210.0200.24184.3924.8567.65
Hex98BEC1152018b81944
Octal23027630125203027031104
Binary100110001011111011000001101011001100010111000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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