#98BEC3

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

Shades of Casper #98BEC3

Tints of Casper #98BEC3

Color information

#98BEC3 (or 0x98BEC3) is unknown color: approx Casper. HEX triplet: 98, BE and C3. RGB value is (152,190,195). Sum of RGB (Red+Green+Blue) = 152+190+195=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #98BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BEC3 is #67413C. Grayscale: #B3B3B3. Windows color (decimal): -6766909 or 12828312. OLE color: 12828312.

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

Color convert

RGB152190195-
CMYK0.220.0300.24
HSL186.98º26.38%68.04%-
HSV(B)186.98º22.05%76.47%-
XYZ41.2147.4458.61-
YUV179.21136.91108.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.31%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=28.31%
G=35.38%
B=36.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521901950.220.0300.24186.9826.3868.04
Hex98BEC3163018bb1a44
Octal23027630326303027332104
Binary100110001011111011000011101101101100010111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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