#98BFC3

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

Shades of Morning Glory #98BFC3

Tints of Morning Glory #98BFC3

Color information

#98BFC3 (or 0x98BFC3) is unknown color: approx Morning Glory. HEX triplet: 98, BF and C3. RGB value is (152,191,195). Sum of RGB (Red+Green+Blue) = 152+191+195=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #98BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFC3 is #67403C. Grayscale: #B3B3B3. Windows color (decimal): -6766653 or 12828568. OLE color: 12828568.

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

Color convert

RGB152191195-
CMYK0.220.0200.24
HSL185.58º26.38%68.04%-
HSV(B)185.58º22.05%76.47%-
XYZ41.4347.8858.69-
YUV179.8136.58108.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=28.25%
G=35.50%
B=36.25%

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
Decimal1521911950.220.0200.24185.5826.3868.04
Hex98BFC3162018ba1a44
Octal23027730326203027232104
Binary100110001011111111000011101101001100010111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,191,195); }

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

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

 a { background-color: rgb(152,191,195); }

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

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

 span { border-color: rgb(152,191,195); }

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