Html Css Color HEX #9698BF Blue Bell

📋 copy color: '#9698BF'

red 150 ◦ green 152 ◦ blue 191

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

Shades of Blue Bell #9698BF

Tints of Blue Bell #9698BF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

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

R = 30.43%
G = 30.83%
B = 38.74%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9698BF (or 0x9698BF) is known color: Blue Bell. HEX triplet: 96, 98 and BF. RGB value is (150,152,191). Sum of RGB (Red+Green+Blue) = 150+152+191=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #9698BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698BF is #696740. Grayscale: #9B9B9B. Windows color (decimal): -6907713 or 12556438. OLE color: 12556438.

HSL color Cylindrical-coordinate representation of color #9698BF: hue angle of 237.07º 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 #9698BF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 152 191 -
CMYK 0.21 0.20 0 0.25
HSL 237.07º 0.24% 0.67% -
HSV(B) 237.07º 0.21% 0.75% -
XYZ 33.21 32.7 53.85 -
YUV 155.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 150 152 191 0.21 0.20 0 0.25 237.07 0.24 0.67
Hex 96 98 BF 15 14 0 19 ED 18 43
Octal 226 230 277 25 24 0 31 355 30 103
Binary 10010110 10011000 10111111 10101 10100 0 11001 11101101 11000 1000011

Color Harmonies of #9698BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698BF

Black with #9698BF

Text Example


Text Example

White with #9698BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9698BF; }

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

 H1.HeaderClassName
 {
   color: #9698BF;
 }
 .AnyTagClassName
 {
   color: #9698BF;
 }
</style>

background-color css

<style>
 a { background-color: #9698BF; }

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

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

border-color css

<style>
 span { border-color: #9698BF; }

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

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