#9894CB

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

Shades of Blue Bell #9894CB

Tints of Blue Bell #9894CB

Color information

#9894CB (or 0x9894CB) is unknown color: approx Blue Bell. HEX triplet: 98, 94 and CB. RGB value is (152,148,203). Sum of RGB (Red+Green+Blue) = 152+148+203=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9894CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9894CB is #676B34. Grayscale: #9B9B9B. Windows color (decimal): -6777653 or 13341848. OLE color: 13341848.

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

Color convert

RGB152148203-
CMYK0.250.2700.20
HSL244.36º34.59%68.82%-
HSV(B)244.36º27.09%79.61%-
XYZ34.3232.1760.9-
YUV155.47154.83125.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=30.22%
G=29.42%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521482030.250.2700.20244.3634.5968.82
Hex9894CB191B014f42345
Octal230224313313302436443105
Binary1001100010010100110010111100111011010100111101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9894CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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