#9694CB

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

Shades of Blue Bell #9694CB

Tints of Blue Bell #9694CB

Color information

#9694CB (or 0x9694CB) is unknown color: approx Blue Bell. HEX triplet: 96, 94 and CB. RGB value is (150,148,203). Sum of RGB (Red+Green+Blue) = 150+148+203=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9694CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694CB is #696B34. Grayscale: #9A9A9A. Windows color (decimal): -6908725 or 13341846. OLE color: 13341846.

HSL color Cylindrical-coordinate representation of color #9694CB: hue angle of 242.18º 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 #9694CB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150148203-
CMYK0.260.2700.20
HSL242.18º34.59%68.82%-
HSV(B)242.18º27.09%79.61%-
XYZ33.9531.9860.88-
YUV154.87155.16124.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=29.94%
G=29.54%
B=40.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501482030.260.2700.20242.1834.5968.82
Hex9694CB1A1B014f22345
Octal226224313323302436243105
Binary1001011010010100110010111101011011010100111100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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