Html Css Color HEX #9896C9 Blue Bell

📋 copy color: '#9896C9'

red 152 ◦ green 150 ◦ blue 201

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

Shades of Blue Bell #9896C9

Tints of Blue Bell #9896C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 30.22%
G = 29.82%
B = 39.96%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9896C9 (or 0x9896C9) is known color: Blue Bell. HEX triplet: 98, 96 and C9. RGB value is (152,150,201). Sum of RGB (Red+Green+Blue) = 152+150+201=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #9896C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896C9 is #676936. Grayscale: #9C9C9C. Windows color (decimal): -6777143 or 13211288. OLE color: 13211288.

HSL color Cylindrical-coordinate representation of color #9896C9: hue angle of 242.35º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9896C9 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 150 201 -
CMYK 0.24 0.25 0 0.21
HSL 242.35º 0.32% 0.69% -
HSV(B) 242.35º 0.25% 0.79% -
XYZ 34.4 32.71 59.76 -
YUV 156.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 152 150 201 0.24 0.25 0 0.21 242.35 0.32 0.69
Hex 98 96 C9 18 19 0 15 F2 20 45
Octal 230 226 311 30 31 0 25 362 40 105
Binary 10011000 10010110 11001001 11000 11001 0 10101 11110010 100000 1000101

Color Harmonies of #9896C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896C9

Black with #9896C9

Text Example


Text Example

White with #9896C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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