Html Css Color HEX #999BBF Blue Bell

📋 copy color: '#999BBF'

red 153 ◦ green 155 ◦ blue 191

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

Shades of Blue Bell #999BBF

Tints of Blue Bell #999BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 30.66%
G = 31.06%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#999BBF (or 0x999BBF) is known color: Blue Bell. HEX triplet: 99, 9B and BF. RGB value is (153,155,191). Sum of RGB (Red+Green+Blue) = 153+155+191=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #999BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BBF is #666440. Grayscale: #9E9E9E. Windows color (decimal): -6710337 or 12557209. OLE color: 12557209.

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

Color convert

RGB 153 155 191 -
CMYK 0.20 0.19 0 0.25
HSL 236.84º 0.23% 0.67% -
HSV(B) 236.84º 0.2% 0.75% -
XYZ 34.26 33.98 54.04 -
YUV 158.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 153 155 191 0.20 0.19 0 0.25 236.84 0.23 0.67
Hex 99 9B BF 14 13 0 19 ED 17 43
Octal 231 233 277 24 23 0 31 355 27 103
Binary 10011001 10011011 10111111 10100 10011 0 11001 11101101 10111 1000011

Color Harmonies of #999BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BBF

Black with #999BBF

Text Example


Text Example

White with #999BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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