Html Css Color HEX #9896C4 Blue Bell

📋 copy color: '#9896C4'

red 152 ◦ green 150 ◦ blue 196

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

Shades of Blue Bell #9896C4

Tints of Blue Bell #9896C4

RGB

 RED value IS 152 (59.77% from 255) = 30.52%

 GREEN value IS 150 (58.98% from 255) = 30.12%

 BLUE value IS 196 (76.95% from 255) = 39.36%

R = 30.52%
G = 30.12%
B = 39.36%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9896C4 (or 0x9896C4) is known color: Blue Bell. HEX triplet: 98, 96 and C4. RGB value is (152,150,196). Sum of RGB (Red+Green+Blue) = 152+150+196=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 196 - color contains mainly: blue. Hex color #9896C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896C4 is #67693B. Grayscale: #9B9B9B. Windows color (decimal): -6777148 or 12883608. OLE color: 12883608.

HSL color Cylindrical-coordinate representation of color #9896C4: hue angle of 242.61º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9896C4 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 150 196 -
CMYK 0.22 0.23 0 0.23
HSL 242.61º 0.28% 0.68% -
HSV(B) 242.61º 0.23% 0.77% -
XYZ 33.82 32.47 56.71 -
YUV 155.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 152 150 196 0.22 0.23 0 0.23 242.61 0.28 0.68
Hex 98 96 C4 16 17 0 17 F3 1C 44
Octal 230 226 304 26 27 0 27 363 34 104
Binary 10011000 10010110 11000100 10110 10111 0 10111 11110011 11100 1000100

Color Harmonies of #9896C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896C4

Black with #9896C4

Text Example


Text Example

White with #9896C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9896C4; }

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

 H1.HeaderClassName
 {
   color: #9896C4;
 }
 .AnyTagClassName
 {
   color: #9896C4;
 }
</style>

background-color css

<style>
 a { background-color: #9896C4; }

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

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

border-color css

<style>
 span { border-color: #9896C4; }

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

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