#97BBCA

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

Shades of Heather #97BBCA

Tints of Heather #97BBCA

Color information

#97BBCA (or 0x97BBCA) is unknown color: approx Heather. HEX triplet: 97, BB and CA. RGB value is (151,187,202). Sum of RGB (Red+Green+Blue) = 151+187+202=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #97BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBCA is #684435. Grayscale: #B1B1B1. Windows color (decimal): -6833206 or 13286295. OLE color: 13286295.

HSL color Cylindrical-coordinate representation of color #97BBCA: hue angle of 197.65º 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 #97BBCA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151187202-
CMYK0.250.0700.21
HSL197.65º32.48%69.22%-
HSV(B)197.65º25.25%79.22%-
XYZ41.1946.3862.66-
YUV177.95141.57108.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.96%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=27.96%
G=34.63%
B=37.41%

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
Decimal1511872020.250.0700.21197.6532.4869.22
Hex97BBCA197015c62045
Octal22727331231702530640105
Binary10010111101110111100101011001111010101110001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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