Html Css Color HEX #9698C0 Blue Bell

📋 copy color: '#9698C0'

red 150 ◦ green 152 ◦ blue 192

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

Shades of Blue Bell #9698C0

Tints of Blue Bell #9698C0

RGB

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

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

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

R = 30.36%
G = 30.77%
B = 38.87%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9698C0 (or 0x9698C0) is known color: Blue Bell. HEX triplet: 96, 98 and C0. RGB value is (150,152,192). Sum of RGB (Red+Green+Blue) = 150+152+192=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #9698C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698C0 is #69673F. Grayscale: #9B9B9B. Windows color (decimal): -6907712 or 12621974. OLE color: 12621974.

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

Color convert

RGB 150 152 192 -
CMYK 0.22 0.21 0 0.25
HSL 237.14º 0.25% 0.67% -
HSV(B) 237.14º 0.22% 0.75% -
XYZ 33.32 32.75 54.43 -
YUV 155.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 150 152 192 0.22 0.21 0 0.25 237.14 0.25 0.67
Hex 96 98 C0 16 15 0 19 ED 19 43
Octal 226 230 300 26 25 0 31 355 31 103
Binary 10010110 10011000 11000000 10110 10101 0 11001 11101101 11001 1000011

Color Harmonies of #9698C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698C0

Black with #9698C0

Text Example


Text Example

White with #9698C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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