Html Css Color HEX #98A2CF Blue Bell

📋 copy color: '#98A2CF'

red 152 ◦ green 162 ◦ blue 207

#98A2CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #98A2CF

Tints of Blue Bell #98A2CF

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 value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98A2CF (or 0x98A2CF) is known color: 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

RGB 152 162 207 -
CMYK 0.27 0.22 0 0.19
HSL 229.09º 0.36% 0.7% -
HSV(B) 229.09º 0.27% 0.81% -
XYZ 37.13 37.02 64.22 -
YUV 164.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 152 162 207 0.27 0.22 0 0.19 229.09 0.36 0.7
Hex 98 A2 CF 1B 16 0 13 E5 24 46
Octal 230 242 317 33 26 0 23 345 44 106
Binary 10011000 10100010 11001111 11011 10110 0 10011 11100101 100100 1000110

Color Harmonies of #98A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A2CF

Black with #98A2CF

Text Example


Text Example

White with #98A2CF

Text Example


Text Example

HTML Codes & Css Web 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>