#9695BF

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

Shades of Blue Bell #9695BF

Tints of Blue Bell #9695BF

Color information

#9695BF (or 0x9695BF) is unknown color: approx Blue Bell. HEX triplet: 96, 95 and BF. RGB value is (150,149,191). Sum of RGB (Red+Green+Blue) = 150+149+191=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9695BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695BF is #696A40. Grayscale: #999999. Windows color (decimal): -6908481 or 12555670. OLE color: 12555670.

HSL color Cylindrical-coordinate representation of color #9695BF: hue angle of 241.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9695BF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150149191-
CMYK0.210.2200.25
HSL241.43º24.71%66.67%-
HSV(B)241.43º21.99%74.9%-
XYZ32.7331.7453.69-
YUV154.09148.83125.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 191 (75% from 255) = 38.98%
R=30.61%
G=30.41%
B=38.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501491910.210.2200.25241.4324.7166.67
Hex9695BF1516019f11943
Octal226225277252603136131103
Binary100101101001010110111111101011011001100111110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9695BF; }

 p { color: rgb(150,149,191); }

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

<style>
 a { background-color: #9695BF; }

 a { background-color: rgb(150,149,191); }

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

<style>
 span { border-color: #9695BF; }

 span { border-color: rgb(150,149,191); }

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