#9890CB

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

Shades of Blue Bell #9890CB

Tints of Blue Bell #9890CB

Color information

#9890CB (or 0x9890CB) is unknown color: approx Blue Bell. HEX triplet: 98, 90 and CB. RGB value is (152,144,203). Sum of RGB (Red+Green+Blue) = 152+144+203=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #9890CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890CB is #676F34. Grayscale: #989898. Windows color (decimal): -6778677 or 13340824. OLE color: 13340824.

HSL color Cylindrical-coordinate representation of color #9890CB: hue angle of 248.14º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9890CB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152144203-
CMYK0.250.2900.20
HSL248.14º36.2%68.04%-
HSV(B)248.14º29.06%79.61%-
XYZ33.730.9360.69-
YUV153.12156.15127.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=30.46%
G=28.86%
B=40.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521442030.250.2900.20248.1436.268.04
Hex9890CB191D014f82444
Octal230220313313502437044104
Binary1001100010010000110010111100111101010100111110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9890CB; }

 p { color: rgb(152,144,203); }

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

<style>
 a { background-color: #9890CB; }

 a { background-color: rgb(152,144,203); }

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

<style>
 span { border-color: #9890CB; }

 span { border-color: rgb(152,144,203); }

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