Html Css Color HEX #9992CB Blue Bell

📋 copy color: '#9992CB'

red 153 ◦ green 146 ◦ blue 203

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

Shades of Blue Bell #9992CB

Tints of Blue Bell #9992CB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

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

R = 30.48%
G = 29.08%
B = 40.44%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9992CB (or 0x9992CB) is known color: Blue Bell. HEX triplet: 99, 92 and CB. RGB value is (153,146,203). Sum of RGB (Red+Green+Blue) = 153+146+203=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #9992CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992CB is #666D34. Grayscale: #9A9A9A. Windows color (decimal): -6712629 or 13341337. OLE color: 13341337.

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

Color convert

RGB 153 146 203 -
CMYK 0.25 0.28 0 0.20
HSL 247.37º 0.35% 0.68% -
HSV(B) 247.37º 0.28% 0.8% -
XYZ 34.2 31.64 60.81 -
YUV 154.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 153 146 203 0.25 0.28 0 0.20 247.37 0.35 0.68
Hex 99 92 CB 19 1C 0 14 F7 23 44
Octal 231 222 313 31 34 0 24 367 43 104
Binary 10011001 10010010 11001011 11001 11100 0 10100 11110111 100011 1000100

Color Harmonies of #9992CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9992CB

Black with #9992CB

Text Example


Text Example

White with #9992CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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