Html Css Color HEX #9695C0 Blue Bell

📋 copy color: '#9695C0'

red 150 ◦ green 149 ◦ blue 192

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

Shades of Blue Bell #9695C0

Tints of Blue Bell #9695C0

RGB

 RED value IS 150 (58.98% from 255) = 30.55%

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 192 (75.39% from 255) = 39.1%

R = 30.55%
G = 30.35%
B = 39.1%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9695C0 (or 0x9695C0) is known color: Blue Bell. HEX triplet: 96, 95 and C0. RGB value is (150,149,192). Sum of RGB (Red+Green+Blue) = 150+149+192=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #9695C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695C0 is #696A3F. Grayscale: #9A9A9A. Windows color (decimal): -6908480 or 12621206. OLE color: 12621206.

HSL color Cylindrical-coordinate representation of color #9695C0: hue angle of 241.4º 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 #9695C0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 149 192 -
CMYK 0.22 0.22 0 0.25
HSL 241.4º 0.25% 0.67% -
HSV(B) 241.4º 0.22% 0.75% -
XYZ 32.84 31.78 54.27 -
YUV 154.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 150 149 192 0.22 0.22 0 0.25 241.4 0.25 0.67
Hex 96 95 C0 16 16 0 19 F1 19 43
Octal 226 225 300 26 26 0 31 361 31 103
Binary 10010110 10010101 11000000 10110 10110 0 11001 11110001 11001 1000011

Color Harmonies of #9695C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9695C0

Black with #9695C0

Text Example


Text Example

White with #9695C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9695C0;
 }
 .AnyTagClassName
 {
   color: #9695C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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