Html Css Color HEX #9899CF Blue Bell

📋 copy color: '#9899CF'

red 152 ◦ green 153 ◦ blue 207

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

Shades of Blue Bell #9899CF

Tints of Blue Bell #9899CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 29.69%
G = 29.88%
B = 40.43%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9899CF (or 0x9899CF) is known color: Blue Bell. HEX triplet: 98, 99 and CF. RGB value is (152,153,207). Sum of RGB (Red+Green+Blue) = 152+153+207=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #9899CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899CF is #676630. Grayscale: #9E9E9E. Windows color (decimal): -6776369 or 13605272. OLE color: 13605272.

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

Color convert

RGB 152 153 207 -
CMYK 0.27 0.26 0 0.19
HSL 238.91º 0.36% 0.7% -
HSV(B) 238.91º 0.27% 0.81% -
XYZ 35.6 33.96 63.71 -
YUV 158.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 152 153 207 0.27 0.26 0 0.19 238.91 0.36 0.7
Hex 98 99 CF 1B 1A 0 13 EF 24 46
Octal 230 231 317 33 32 0 23 357 44 106
Binary 10011000 10011001 11001111 11011 11010 0 10011 11101111 100100 1000110

Color Harmonies of #9899CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9899CF

Black with #9899CF

Text Example


Text Example

White with #9899CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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