#98BACD

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

Shades of Heather #98BACD

Tints of Heather #98BACD

Color information

#98BACD (or 0x98BACD) is unknown color: approx Heather. HEX triplet: 98, BA and CD. RGB value is (152,186,205). Sum of RGB (Red+Green+Blue) = 152+186+205=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #98BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BACD is #674532. Grayscale: #B1B1B1. Windows color (decimal): -6767923 or 13482648. OLE color: 13482648.

HSL color Cylindrical-coordinate representation of color #98BACD: hue angle of 201.51º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BACD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152186205-
CMYK0.260.0900.20
HSL201.51º34.64%70%-
HSV(B)201.51º25.85%80.39%-
XYZ41.5346.264.49-
YUV178143.24109.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=27.99%
G=34.25%
B=37.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521862050.260.0900.20201.5134.6470
Hex98BACD1A9014ca2346
Octal230272315321102431243106
Binary100110001011101011001101110101001010100110010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,205); }

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

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

 a { background-color: rgb(152,186,205); }

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

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

 span { border-color: rgb(152,186,205); }

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