Html Css Color HEX #999BC1 Blue Bell

📋 copy color: '#999BC1'

red 153 ◦ green 155 ◦ blue 193

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

Shades of Blue Bell #999BC1

Tints of Blue Bell #999BC1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

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

R = 30.54%
G = 30.94%
B = 38.52%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#999BC1 (or 0x999BC1) is known color: Blue Bell. HEX triplet: 99, 9B and C1. RGB value is (153,155,193). Sum of RGB (Red+Green+Blue) = 153+155+193=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #999BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BC1 is #66643E. Grayscale: #9E9E9E. Windows color (decimal): -6710335 or 12688281. OLE color: 12688281.

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

Color convert

RGB 153 155 193 -
CMYK 0.21 0.20 0 0.24
HSL 237º 0.24% 0.68% -
HSV(B) 237º 0.21% 0.76% -
XYZ 34.48 34.07 55.21 -
YUV 158.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 153 155 193 0.21 0.20 0 0.24 237 0.24 0.68
Hex 99 9B C1 15 14 0 18 ED 18 44
Octal 231 233 301 25 24 0 30 355 30 104
Binary 10011001 10011011 11000001 10101 10100 0 11000 11101101 11000 1000100

Color Harmonies of #999BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BC1

Black with #999BC1

Text Example


Text Example

White with #999BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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