Html Css Color HEX #9695BF Blue Bell

📋 copy color: '#9695BF'

red 150 ◦ green 149 ◦ blue 191

#9695BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9695BF

Tints of Blue Bell #9695BF

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 value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9695BF (or 0x9695BF) is known color: 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

RGB 150 149 191 -
CMYK 0.21 0.22 0 0.25
HSL 241.43º 0.25% 0.67% -
HSV(B) 241.43º 0.22% 0.75% -
XYZ 32.73 31.74 53.69 -
YUV 154.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 150 149 191 0.21 0.22 0 0.25 241.43 0.25 0.67
Hex 96 95 BF 15 16 0 19 F1 19 43
Octal 226 225 277 25 26 0 31 361 31 103
Binary 10010110 10010101 10111111 10101 10110 0 11001 11110001 11001 1000011

Color Harmonies of #9695BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9695BF

Black with #9695BF

Text Example


Text Example

White with #9695BF

Text Example


Text Example

HTML Codes & Css Web 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>