Html Css Color HEX #9899CB Blue Bell

📋 copy color: '#9899CB'

red 152 ◦ green 153 ◦ blue 203

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

Shades of Blue Bell #9899CB

Tints of Blue Bell #9899CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 29.92%
G = 30.12%
B = 39.96%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9899CB (or 0x9899CB) is known color: Blue Bell. HEX triplet: 98, 99 and CB. RGB value is (152,153,203). Sum of RGB (Red+Green+Blue) = 152+153+203=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #9899CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899CB is #676634. Grayscale: #9E9E9E. Windows color (decimal): -6776373 or 13343128. OLE color: 13343128.

HSL color Cylindrical-coordinate representation of color #9899CB: hue angle of 238.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9899CB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 153 203 -
CMYK 0.25 0.25 0 0.20
HSL 238.82º 0.33% 0.7% -
HSV(B) 238.82º 0.25% 0.8% -
XYZ 35.12 33.77 61.17 -
YUV 158.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 152 153 203 0.25 0.25 0 0.20 238.82 0.33 0.7
Hex 98 99 CB 19 19 0 14 EF 21 46
Octal 230 231 313 31 31 0 24 357 41 106
Binary 10011000 10011001 11001011 11001 11001 0 10100 11101111 100001 1000110

Color Harmonies of #9899CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9899CB

Black with #9899CB

Text Example


Text Example

White with #9899CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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