Html Css Color HEX #9993CB Blue Bell

📋 copy color: '#9993CB'

red 153 ◦ green 147 ◦ blue 203

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

Shades of Blue Bell #9993CB

Tints of Blue Bell #9993CB

RGB

 RED value IS 153 (60.16% from 255) = 30.42%

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

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

R = 30.42%
G = 29.22%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9993CB (or 0x9993CB) is known color: Blue Bell. HEX triplet: 99, 93 and CB. RGB value is (153,147,203). Sum of RGB (Red+Green+Blue) = 153+147+203=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9993CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993CB is #666C34. Grayscale: #9A9A9A. Windows color (decimal): -6712373 or 13341593. OLE color: 13341593.

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

Color convert

RGB 153 147 203 -
CMYK 0.25 0.28 0 0.20
HSL 246.43º 0.35% 0.69% -
HSV(B) 246.43º 0.28% 0.8% -
XYZ 34.35 31.95 60.86 -
YUV 155.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 153 147 203 0.25 0.28 0 0.20 246.43 0.35 0.69
Hex 99 93 CB 19 1C 0 14 F6 23 45
Octal 231 223 313 31 34 0 24 366 43 105
Binary 10011001 10010011 11001011 11001 11100 0 10100 11110110 100011 1000101

Color Harmonies of #9993CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993CB

Black with #9993CB

Text Example


Text Example

White with #9993CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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