Html Css Color HEX #9691CB Blue Bell

📋 copy color: '#9691CB'

red 150 ◦ green 145 ◦ blue 203

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

Shades of Blue Bell #9691CB

Tints of Blue Bell #9691CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.12%

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

R = 30.12%
G = 29.12%
B = 40.76%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9691CB (or 0x9691CB) is known color: Blue Bell. HEX triplet: 96, 91 and CB. RGB value is (150,145,203). Sum of RGB (Red+Green+Blue) = 150+145+203=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #9691CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691CB is #696E34. Grayscale: #989898. Windows color (decimal): -6909493 or 13341078. OLE color: 13341078.

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

Color convert

RGB 150 145 203 -
CMYK 0.26 0.29 0 0.20
HSL 245.17º 0.36% 0.68% -
HSV(B) 245.17º 0.29% 0.8% -
XYZ 33.48 31.05 60.73 -
YUV 153.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 150 145 203 0.26 0.29 0 0.20 245.17 0.36 0.68
Hex 96 91 CB 1A 1D 0 14 F5 24 44
Octal 226 221 313 32 35 0 24 365 44 104
Binary 10010110 10010001 11001011 11010 11101 0 10100 11110101 100100 1000100

Color Harmonies of #9691CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9691CB

Black with #9691CB

Text Example


Text Example

White with #9691CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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