Html Css Color HEX #999CC1 Blue Bell

📋 copy color: '#999CC1'

red 153 ◦ green 156 ◦ blue 193

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

Shades of Blue Bell #999CC1

Tints of Blue Bell #999CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.08%

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 30.48%
G = 31.08%
B = 38.45%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#999CC1 (or 0x999CC1) is known color: Blue Bell. HEX triplet: 99, 9C and C1. RGB value is (153,156,193). Sum of RGB (Red+Green+Blue) = 153+156+193=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #999CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CC1 is #66633E. Grayscale: #9F9F9F. Windows color (decimal): -6710079 or 12688537. OLE color: 12688537.

HSL color Cylindrical-coordinate representation of color #999CC1: hue angle of 235.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #999CC1 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 156 193 -
CMYK 0.21 0.19 0 0.24
HSL 235.5º 0.24% 0.68% -
HSV(B) 235.5º 0.21% 0.76% -
XYZ 34.65 34.4 55.27 -
YUV 159.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 153 156 193 0.21 0.19 0 0.24 235.5 0.24 0.68
Hex 99 9C C1 15 13 0 18 EC 18 44
Octal 231 234 301 25 23 0 30 354 30 104
Binary 10011001 10011100 11000001 10101 10011 0 11000 11101100 11000 1000100

Color Harmonies of #999CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CC1

Black with #999CC1

Text Example


Text Example

White with #999CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999CC1; }

 p { color: rgb(153,156,193); }

 H1.HeaderClassName
 {
   color: #999CC1;
 }
 .AnyTagClassName
 {
   color: #999CC1;
 }
</style>

background-color css

<style>
 a { background-color: #999CC1; }

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

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

border-color css

<style>
 span { border-color: #999CC1; }

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

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