Html Css Color HEX #969BBF Blue Bell

📋 copy color: '#969BBF'

red 150 ◦ green 155 ◦ blue 191

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

Shades of Blue Bell #969BBF

Tints of Blue Bell #969BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.51%

R = 30.24%
G = 31.25%
B = 38.51%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#969BBF (or 0x969BBF) is known color: Blue Bell. HEX triplet: 96, 9B and BF. RGB value is (150,155,191). Sum of RGB (Red+Green+Blue) = 150+155+191=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #969BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BBF is #696440. Grayscale: #9D9D9D. Windows color (decimal): -6906945 or 12557206. OLE color: 12557206.

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

Color convert

RGB 150 155 191 -
CMYK 0.21 0.19 0 0.25
HSL 232.68º 0.24% 0.67% -
HSV(B) 232.68º 0.21% 0.75% -
XYZ 33.7 33.69 54.02 -
YUV 157.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 150 155 191 0.21 0.19 0 0.25 232.68 0.24 0.67
Hex 96 9B BF 15 13 0 19 E9 18 43
Octal 226 233 277 25 23 0 31 351 30 103
Binary 10010110 10011011 10111111 10101 10011 0 11001 11101001 11000 1000011

Color Harmonies of #969BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BBF

Black with #969BBF

Text Example


Text Example

White with #969BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969BBF; }

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

 H1.HeaderClassName
 {
   color: #969BBF;
 }
 .AnyTagClassName
 {
   color: #969BBF;
 }
</style>

background-color css

<style>
 a { background-color: #969BBF; }

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

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

border-color css

<style>
 span { border-color: #969BBF; }

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

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