#98BCC8

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

Shades of Heather #98BCC8

Tints of Heather #98BCC8

Color information

#98BCC8 (or 0x98BCC8) is unknown color: approx Heather. HEX triplet: 98, BC and C8. RGB value is (152,188,200). Sum of RGB (Red+Green+Blue) = 152+188+200=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #98BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC8 is #674337. Grayscale: #B2B2B2. Windows color (decimal): -6767416 or 13155480. OLE color: 13155480.

HSL color Cylindrical-coordinate representation of color #98BCC8: hue angle of 195º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98BCC8 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152188200-
CMYK0.240.0600.22
HSL195º30.38%69.02%-
HSV(B)195º24%78.43%-
XYZ41.3646.8161.5-
YUV178.6140.07109.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.15%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=28.15%
G=34.81%
B=37.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521882000.240.0600.2219530.3869.02
Hex98BCC8186016c31e45
Octal23027431030602630336105
Binary1001100010111100110010001100011001011011000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,188,200); }

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

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

 a { background-color: rgb(152,188,200); }

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

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

 span { border-color: rgb(152,188,200); }

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