#97BCCA

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

Shades of Heather #97BCCA

Tints of Heather #97BCCA

Color information

#97BCCA (or 0x97BCCA) is unknown color: approx Heather. HEX triplet: 97, BC and CA. RGB value is (151,188,202). Sum of RGB (Red+Green+Blue) = 151+188+202=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #97BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCCA is #684335. Grayscale: #B2B2B2. Windows color (decimal): -6832950 or 13286551. OLE color: 13286551.

HSL color Cylindrical-coordinate representation of color #97BCCA: hue angle of 196.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97BCCA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151188202-
CMYK0.250.0700.21
HSL196.47º32.48%69.22%-
HSV(B)196.47º25.25%79.22%-
XYZ41.4146.8162.73-
YUV178.53141.24108.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=27.91%
G=34.75%
B=37.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511882020.250.0700.21196.4732.4869.22
Hex97BCCA197015c42045
Octal22727431231702530440105
Binary10010111101111001100101011001111010101110001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,188,202); }

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

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

 a { background-color: rgb(151,188,202); }

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

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

 span { border-color: rgb(151,188,202); }

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