Html Css Color HEX #9896CB Blue Bell

📋 copy color: '#9896CB'

red 152 ◦ green 150 ◦ blue 203

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

Shades of Blue Bell #9896CB

Tints of Blue Bell #9896CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 30.1%
G = 29.7%
B = 40.2%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9896CB (or 0x9896CB) is known color: Blue Bell. HEX triplet: 98, 96 and CB. RGB value is (152,150,203). Sum of RGB (Red+Green+Blue) = 152+150+203=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9896CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896CB is #676934. Grayscale: #9C9C9C. Windows color (decimal): -6777141 or 13342360. OLE color: 13342360.

HSL color Cylindrical-coordinate representation of color #9896CB: hue angle of 242.26º degrees, saturation: 0.34, 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 #9896CB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 150 203 -
CMYK 0.25 0.26 0 0.20
HSL 242.26º 0.34% 0.69% -
HSV(B) 242.26º 0.26% 0.8% -
XYZ 34.63 32.8 61.01 -
YUV 156.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 152 150 203 0.25 0.26 0 0.20 242.26 0.34 0.69
Hex 98 96 CB 19 1A 0 14 F2 22 45
Octal 230 226 313 31 32 0 24 362 42 105
Binary 10011000 10010110 11001011 11001 11010 0 10100 11110010 100010 1000101

Color Harmonies of #9896CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896CB

Black with #9896CB

Text Example


Text Example

White with #9896CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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