#97BEC1

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

Shades of Casper #97BEC1

Tints of Casper #97BEC1

Color information

#97BEC1 (or 0x97BEC1) is unknown color: approx Casper. HEX triplet: 97, BE and C1. RGB value is (151,190,193). Sum of RGB (Red+Green+Blue) = 151+190+193=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #97BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BEC1 is #68413E. Grayscale: #B2B2B2. Windows color (decimal): -6832447 or 12697239. OLE color: 12697239.

HSL color Cylindrical-coordinate representation of color #97BEC1: hue angle of 184.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97BEC1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151190193-
CMYK0.220.0200.24
HSL184.29º25.3%67.45%-
HSV(B)184.29º21.76%75.69%-
XYZ40.847.2657.42-
YUV178.68136.08108.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.28%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=28.28%
G=35.58%
B=36.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511901930.220.0200.24184.2925.367.45
Hex97BEC1162018b81943
Octal22727630126203027031103
Binary100101111011111011000001101101001100010111000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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