#9899CB

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

Shades of Blue Bell #9899CB

Tints of Blue Bell #9899CB

Color information

#9899CB (or 0x9899CB) is unknown color: approx Blue Bell. HEX triplet: 98, 99 and CB. RGB value is (152,153,203). Sum of RGB (Red+Green+Blue) = 152+153+203=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #9899CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899CB is #676634. Grayscale: #9E9E9E. Windows color (decimal): -6776373 or 13343128. OLE color: 13343128.

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

Color convert

RGB152153203-
CMYK0.250.2500.20
HSL238.82º32.9%69.61%-
HSV(B)238.82º25.12%79.61%-
XYZ35.1233.7761.17-
YUV158.4153.17123.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=29.92%
G=30.12%
B=39.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521532030.250.2500.20238.8232.969.61
Hex9899CB1919014ef2146
Octal230231313313102435741106
Binary1001100010011001110010111100111001010100111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9899CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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