#888BC4

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

Shades of Blue Bell #888BC4

Tints of Blue Bell #888BC4

Color information

#888BC4 (or 0x888BC4) is unknown color: approx Blue Bell. HEX triplet: 88, 8B and C4. RGB value is (136,139,196). Sum of RGB (Red+Green+Blue) = 136+139+196=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #888BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BC4 is #77743B. Grayscale: #909090. Windows color (decimal): -7828540 or 12880776. OLE color: 12880776.

HSL color Cylindrical-coordinate representation of color #888BC4: hue angle of 237º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #888BC4 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136139196-
CMYK0.310.2900.23
HSL237º33.71%65.1%-
HSV(B)237º30.61%76.86%-
XYZ29.3527.6956.02-
YUV144.6157.01121.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=28.87%
G=29.51%
B=41.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361391960.310.2900.2323733.7165.1
Hex888BC41F1D017ed2241
Octal210213304373502735542101
Binary1000100010001011110001001111111101010111111011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888BC4; }

 p { color: rgb(136,139,196); }

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

<style>
 a { background-color: #888BC4; }

 a { background-color: rgb(136,139,196); }

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

<style>
 span { border-color: #888BC4; }

 span { border-color: rgb(136,139,196); }

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