Html Css Color HEX #9896CC Blue Bell

📋 copy color: '#9896CC'

red 152 ◦ green 150 ◦ blue 204

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

Shades of Blue Bell #9896CC

Tints of Blue Bell #9896CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 30.04%
G = 29.64%
B = 40.32%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9896CC (or 0x9896CC) is known color: Blue Bell. HEX triplet: 98, 96 and CC. RGB value is (152,150,204). Sum of RGB (Red+Green+Blue) = 152+150+204=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #9896CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896CC is #676933. Grayscale: #9C9C9C. Windows color (decimal): -6777140 or 13407896. OLE color: 13407896.

HSL color Cylindrical-coordinate representation of color #9896CC: hue angle of 242.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9896CC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 150 204 -
CMYK 0.25 0.26 0 0.2
HSL 242.22º 0.35% 0.69% -
HSV(B) 242.22º 0.26% 0.8% -
XYZ 34.75 32.85 61.64 -
YUV 156.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 152 150 204 0.25 0.26 0 0.2 242.22 0.35 0.69
Hex 98 96 CC 19 1A 0 14 F2 23 45
Octal 230 226 314 31 32 0 24 362 43 105
Binary 10011000 10010110 11001100 11001 11010 0 10100 11110010 100011 1000101

Color Harmonies of #9896CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896CC

Black with #9896CC

Text Example


Text Example

White with #9896CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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