Html Css Color HEX #9999C6 Blue Bell

📋 copy color: '#9999C6'

red 153 ◦ green 153 ◦ blue 198

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

Shades of Blue Bell #9999C6

Tints of Blue Bell #9999C6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.36%

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 30.36%
G = 30.36%
B = 39.29%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9999C6 (or 0x9999C6) is known color: Blue Bell. HEX triplet: 99, 99 and C6. RGB value is (153,153,198). Sum of RGB (Red+Green+Blue) = 153+153+198=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #9999C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999C6 is #666639. Grayscale: #9D9D9D. Windows color (decimal): -6710842 or 13015449. OLE color: 13015449.

HSL color Cylindrical-coordinate representation of color #9999C6: hue angle of 240º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9999C6 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 153 198 -
CMYK 0.23 0.23 0 0.22
HSL 240º 0.28% 0.69% -
HSV(B) 240º 0.23% 0.78% -
XYZ 34.72 33.63 58.09 -
YUV 158.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 153 153 198 0.23 0.23 0 0.22 240 0.28 0.69
Hex 99 99 C6 17 17 0 16 F0 1C 45
Octal 231 231 306 27 27 0 26 360 34 105
Binary 10011001 10011001 11000110 10111 10111 0 10110 11110000 11100 1000101

Color Harmonies of #9999C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9999C6

Black with #9999C6

Text Example


Text Example

White with #9999C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9999C6; }

 p { color: rgb(153,153,198); }

 H1.HeaderClassName
 {
   color: #9999C6;
 }
 .AnyTagClassName
 {
   color: #9999C6;
 }
</style>

background-color css

<style>
 a { background-color: #9999C6; }

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

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

border-color css

<style>
 span { border-color: #9999C6; }

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

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