Html Css Color HEX #9693CB Blue Bell

📋 copy color: '#9693CB'

red 150 ◦ green 147 ◦ blue 203

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

Shades of Blue Bell #9693CB

Tints of Blue Bell #9693CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.4%

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

R = 30%
G = 29.4%
B = 40.6%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9693CB (or 0x9693CB) is known color: Blue Bell. HEX triplet: 96, 93 and CB. RGB value is (150,147,203). Sum of RGB (Red+Green+Blue) = 150+147+203=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #9693CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693CB is #696C34. Grayscale: #9A9A9A. Windows color (decimal): -6908981 or 13341590. OLE color: 13341590.

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

Color convert

RGB 150 147 203 -
CMYK 0.26 0.28 0 0.20
HSL 243.21º 0.35% 0.69% -
HSV(B) 243.21º 0.28% 0.8% -
XYZ 33.79 31.66 60.83 -
YUV 154.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 150 147 203 0.26 0.28 0 0.20 243.21 0.35 0.69
Hex 96 93 CB 1A 1C 0 14 F3 23 45
Octal 226 223 313 32 34 0 24 363 43 105
Binary 10010110 10010011 11001011 11010 11100 0 10100 11110011 100011 1000101

Color Harmonies of #9693CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9693CB

Black with #9693CB

Text Example


Text Example

White with #9693CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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