Html Css Color HEX #9997C0 Blue Bell

📋 copy color: '#9997C0'

red 153 ◦ green 151 ◦ blue 192

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

Shades of Blue Bell #9997C0

Tints of Blue Bell #9997C0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 30.85%
G = 30.44%
B = 38.71%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9997C0 (or 0x9997C0) is known color: Blue Bell. HEX triplet: 99, 97 and C0. RGB value is (153,151,192). Sum of RGB (Red+Green+Blue) = 153+151+192=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #9997C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997C0 is #66683F. Grayscale: #9C9C9C. Windows color (decimal): -6711360 or 12621721. OLE color: 12621721.

HSL color Cylindrical-coordinate representation of color #9997C0: hue angle of 242.93º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9997C0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 151 192 -
CMYK 0.20 0.21 0 0.25
HSL 242.93º 0.25% 0.67% -
HSV(B) 242.93º 0.21% 0.75% -
XYZ 33.72 32.71 54.41 -
YUV 156.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 153 151 192 0.20 0.21 0 0.25 242.93 0.25 0.67
Hex 99 97 C0 14 15 0 19 F3 19 43
Octal 231 227 300 24 25 0 31 363 31 103
Binary 10011001 10010111 11000000 10100 10101 0 11001 11110011 11001 1000011

Color Harmonies of #9997C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9997C0

Black with #9997C0

Text Example


Text Example

White with #9997C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9997C0; }

 p { color: rgb(153,151,192); }

 H1.HeaderClassName
 {
   color: #9997C0;
 }
 .AnyTagClassName
 {
   color: #9997C0;
 }
</style>

background-color css

<style>
 a { background-color: #9997C0; }

 a { background-color: rgb(153,151,192); }

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

border-color css

<style>
 span { border-color: #9997C0; }

 span { border-color: rgb(153,151,192); }

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