#98A2CF

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

Shades of Blue Bell #98A2CF

Tints of Blue Bell #98A2CF

Color information

#98A2CF (or 0x98A2CF) is unknown color: approx Blue Bell. HEX triplet: 98, A2 and CF. RGB value is (152,162,207). Sum of RGB (Red+Green+Blue) = 152+162+207=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #98A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2CF is #675D30. Grayscale: #A3A3A3. Windows color (decimal): -6774065 or 13607576. OLE color: 13607576.

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

Color convert

RGB152162207-
CMYK0.270.2200.19
HSL229.09º36.42%70.39%-
HSV(B)229.09º26.57%81.18%-
XYZ37.1337.0264.22-
YUV164.14152.19119.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=29.17%
G=31.09%
B=39.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521622070.270.2200.19229.0936.4270.39
Hex98A2CF1B16013e52446
Octal230242317332602334544106
Binary1001100010100010110011111101110110010011111001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,162,207); }

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

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

 a { background-color: rgb(152,162,207); }

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

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

 span { border-color: rgb(152,162,207); }

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