Html Css Color HEX #999BC6 Blue Bell

📋 copy color: '#999BC6'

red 153 ◦ green 155 ◦ blue 198

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

Shades of Blue Bell #999BC6

Tints of Blue Bell #999BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 30.24%
G = 30.63%
B = 39.13%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#999BC6 (or 0x999BC6) is known color: Blue Bell. HEX triplet: 99, 9B and C6. RGB value is (153,155,198). Sum of RGB (Red+Green+Blue) = 153+155+198=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #999BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BC6 is #666439. Grayscale: #9F9F9F. Windows color (decimal): -6710330 or 13015961. OLE color: 13015961.

HSL color Cylindrical-coordinate representation of color #999BC6: hue angle of 237.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999BC6 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 155 198 -
CMYK 0.23 0.22 0 0.22
HSL 237.33º 0.28% 0.69% -
HSV(B) 237.33º 0.23% 0.78% -
XYZ 35.05 34.29 58.2 -
YUV 159.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 153 155 198 0.23 0.22 0 0.22 237.33 0.28 0.69
Hex 99 9B C6 17 16 0 16 ED 1C 45
Octal 231 233 306 27 26 0 26 355 34 105
Binary 10011001 10011011 11000110 10111 10110 0 10110 11101101 11100 1000101

Color Harmonies of #999BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BC6

Black with #999BC6

Text Example


Text Example

White with #999BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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