Html Css Color HEX #9596CB Blue Bell

📋 copy color: '#9596CB'

red 149 ◦ green 150 ◦ blue 203

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

Shades of Blue Bell #9596CB

Tints of Blue Bell #9596CB

RGB

 RED value IS 149 (58.59% from 255) = 29.68%

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

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

R = 29.68%
G = 29.88%
B = 40.44%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9596CB (or 0x9596CB) is known color: Blue Bell. HEX triplet: 95, 96 and CB. RGB value is (149,150,203). Sum of RGB (Red+Green+Blue) = 149+150+203=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #9596CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596CB is #6A6934. Grayscale: #9B9B9B. Windows color (decimal): -6973749 or 13342357. OLE color: 13342357.

HSL color Cylindrical-coordinate representation of color #9596CB: hue angle of 238.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9596CB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 150 203 -
CMYK 0.27 0.26 0 0.20
HSL 238.89º 0.34% 0.69% -
HSV(B) 238.89º 0.27% 0.8% -
XYZ 34.08 32.51 60.98 -
YUV 155.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 149 150 203 0.27 0.26 0 0.20 238.89 0.34 0.69
Hex 95 96 CB 1B 1A 0 14 EF 22 45
Octal 225 226 313 33 32 0 24 357 42 105
Binary 10010101 10010110 11001011 11011 11010 0 10100 11101111 100010 1000101

Color Harmonies of #9596CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9596CB

Black with #9596CB

Text Example


Text Example

White with #9596CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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