Html Css Color HEX #969BC0 Blue Bell

📋 copy color: '#969BC0'

red 150 ◦ green 155 ◦ blue 192

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

Shades of Blue Bell #969BC0

Tints of Blue Bell #969BC0

RGB

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

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

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

R = 30.18%
G = 31.19%
B = 38.63%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#969BC0 (or 0x969BC0) is known color: Blue Bell. HEX triplet: 96, 9B and C0. RGB value is (150,155,192). Sum of RGB (Red+Green+Blue) = 150+155+192=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #969BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BC0 is #69643F. Grayscale: #9D9D9D. Windows color (decimal): -6906944 or 12622742. OLE color: 12622742.

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

Color convert

RGB 150 155 192 -
CMYK 0.22 0.19 0 0.25
HSL 232.86º 0.25% 0.67% -
HSV(B) 232.86º 0.22% 0.75% -
XYZ 33.81 33.73 54.6 -
YUV 157.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 150 155 192 0.22 0.19 0 0.25 232.86 0.25 0.67
Hex 96 9B C0 16 13 0 19 E9 19 43
Octal 226 233 300 26 23 0 31 351 31 103
Binary 10010110 10011011 11000000 10110 10011 0 11001 11101001 11001 1000011

Color Harmonies of #969BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BC0

Black with #969BC0

Text Example


Text Example

White with #969BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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