Html Css Color HEX #959BBE Blue Bell

📋 copy color: '#959BBE'

red 149 ◦ green 155 ◦ blue 190

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

Shades of Blue Bell #959BBE

Tints of Blue Bell #959BBE

RGB

 RED value IS 149 (58.59% from 255) = 30.16%

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 30.16%
G = 31.38%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#959BBE (or 0x959BBE) is known color: Blue Bell. HEX triplet: 95, 9B and BE. RGB value is (149,155,190). Sum of RGB (Red+Green+Blue) = 149+155+190=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #959BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BBE is #6A6441. Grayscale: #9D9D9D. Windows color (decimal): -6972482 or 12491669. OLE color: 12491669.

HSL color Cylindrical-coordinate representation of color #959BBE: hue angle of 231.22º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959BBE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 155 190 -
CMYK 0.22 0.18 0 0.25
HSL 231.22º 0.24% 0.66% -
HSV(B) 231.22º 0.22% 0.75% -
XYZ 33.41 33.55 53.43 -
YUV 157.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 149 155 190 0.22 0.18 0 0.25 231.22 0.24 0.66
Hex 95 9B BE 16 12 0 19 E7 18 42
Octal 225 233 276 26 22 0 31 347 30 102
Binary 10010101 10011011 10111110 10110 10010 0 11001 11100111 11000 1000010

Color Harmonies of #959BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BBE

Black with #959BBE

Text Example


Text Example

White with #959BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959BBE; }

 p { color: rgb(149,155,190); }

 H1.HeaderClassName
 {
   color: #959BBE;
 }
 .AnyTagClassName
 {
   color: #959BBE;
 }
</style>

background-color css

<style>
 a { background-color: #959BBE; }

 a { background-color: rgb(149,155,190); }

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

border-color css

<style>
 span { border-color: #959BBE; }

 span { border-color: rgb(149,155,190); }

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