#98A0C4

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

Shades of Blue Bell #98A0C4

Tints of Blue Bell #98A0C4

Color information

#98A0C4 (or 0x98A0C4) is unknown color: approx Blue Bell. HEX triplet: 98, A0 and C4. RGB value is (152,160,196). Sum of RGB (Red+Green+Blue) = 152+160+196=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #98A0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0C4 is #675F3B. Grayscale: #A1A1A1. Windows color (decimal): -6774588 or 12886168. OLE color: 12886168.

HSL color Cylindrical-coordinate representation of color #98A0C4: hue angle of 229.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98A0C4 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152160196-
CMYK0.220.1800.23
HSL229.09º27.16%68.24%-
HSV(B)229.09º22.45%76.86%-
XYZ35.4835.857.26-
YUV161.71147.35121.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=29.92%
G=31.50%
B=38.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521601960.220.1800.23229.0927.1668.24
Hex98A0C41612017e51b44
Octal230240304262202734533104
Binary100110001010000011000100101101001001011111100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,160,196); }

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

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

 a { background-color: rgb(152,160,196); }

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

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

 span { border-color: rgb(152,160,196); }

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