Html Css Color HEX #999DC1 Blue Bell

📋 copy color: '#999DC1'

red 153 ◦ green 157 ◦ blue 193

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

Shades of Blue Bell #999DC1

Tints of Blue Bell #999DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.21%

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

R = 30.42%
G = 31.21%
B = 38.37%

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

#999DC1 (or 0x999DC1) is known color: Blue Bell. HEX triplet: 99, 9D and C1. RGB value is (153,157,193). Sum of RGB (Red+Green+Blue) = 153+157+193=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #999DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DC1 is #66623E. Grayscale: #9F9F9F. Windows color (decimal): -6709823 or 12688793. OLE color: 12688793.

HSL color Cylindrical-coordinate representation of color #999DC1: hue angle of 234º 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 #999DC1 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 157 193 -
CMYK 0.21 0.19 0 0.24
HSL 234º 0.24% 0.68% -
HSV(B) 234º 0.21% 0.76% -
XYZ 34.82 34.74 55.32 -
YUV 159.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 153 157 193 0.21 0.19 0 0.24 234 0.24 0.68
Hex 99 9D C1 15 13 0 18 EA 18 44
Octal 231 235 301 25 23 0 30 352 30 104
Binary 10011001 10011101 11000001 10101 10011 0 11000 11101010 11000 1000100

Color Harmonies of #999DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DC1

Black with #999DC1

Text Example


Text Example

White with #999DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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