Html Css Color HEX #999BCE Blue Bell

📋 copy color: '#999BCE'

red 153 ◦ green 155 ◦ blue 206

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

Shades of Blue Bell #999BCE

Tints of Blue Bell #999BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 29.77%
G = 30.16%
B = 40.08%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#999BCE (or 0x999BCE) is known color: Blue Bell. HEX triplet: 99, 9B and CE. RGB value is (153,155,206). Sum of RGB (Red+Green+Blue) = 153+155+206=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #999BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BCE is #666431. Grayscale: #A0A0A0. Windows color (decimal): -6710322 or 13540249. OLE color: 13540249.

HSL color Cylindrical-coordinate representation of color #999BCE: hue angle of 237.74º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999BCE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 155 206 -
CMYK 0.26 0.25 0 0.19
HSL 237.74º 0.35% 0.7% -
HSV(B) 237.74º 0.26% 0.81% -
XYZ 36 34.67 63.19 -
YUV 160.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 153 155 206 0.26 0.25 0 0.19 237.74 0.35 0.7
Hex 99 9B CE 1A 19 0 13 EE 23 46
Octal 231 233 316 32 31 0 23 356 43 106
Binary 10011001 10011011 11001110 11010 11001 0 10011 11101110 100011 1000110

Color Harmonies of #999BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BCE

Black with #999BCE

Text Example


Text Example

White with #999BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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