Html Css Color HEX #9899C6 Blue Bell

📋 copy color: '#9899C6'

red 152 ◦ green 153 ◦ blue 198

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

Shades of Blue Bell #9899C6

Tints of Blue Bell #9899C6

RGB

 RED value IS 152 (59.77% from 255) = 30.22%

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

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

R = 30.22%
G = 30.42%
B = 39.36%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9899C6 (or 0x9899C6) is known color: Blue Bell. HEX triplet: 98, 99 and C6. RGB value is (152,153,198). Sum of RGB (Red+Green+Blue) = 152+153+198=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #9899C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899C6 is #676639. Grayscale: #9D9D9D. Windows color (decimal): -6776378 or 13015448. OLE color: 13015448.

HSL color Cylindrical-coordinate representation of color #9899C6: hue angle of 238.7º degrees, saturation: 0.29, 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 #9899C6 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 153 198 -
CMYK 0.23 0.23 0 0.22
HSL 238.7º 0.29% 0.69% -
HSV(B) 238.7º 0.23% 0.78% -
XYZ 34.53 33.54 58.08 -
YUV 157.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 152 153 198 0.23 0.23 0 0.22 238.7 0.29 0.69
Hex 98 99 C6 17 17 0 16 EF 1D 45
Octal 230 231 306 27 27 0 26 357 35 105
Binary 10011000 10011001 11000110 10111 10111 0 10110 11101111 11101 1000101

Color Harmonies of #9899C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9899C6

Black with #9899C6

Text Example


Text Example

White with #9899C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9899C6; }

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

 H1.HeaderClassName
 {
   color: #9899C6;
 }
 .AnyTagClassName
 {
   color: #9899C6;
 }
</style>

background-color css

<style>
 a { background-color: #9899C6; }

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

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

border-color css

<style>
 span { border-color: #9899C6; }

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

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