Html Css Color HEX #9994CB Blue Bell

📋 copy color: '#9994CB'

red 153 ◦ green 148 ◦ blue 203

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

Shades of Blue Bell #9994CB

Tints of Blue Bell #9994CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.37%

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

R = 30.36%
G = 29.37%
B = 40.28%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9994CB (or 0x9994CB) is known color: Blue Bell. HEX triplet: 99, 94 and CB. RGB value is (153,148,203). Sum of RGB (Red+Green+Blue) = 153+148+203=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #9994CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994CB is #666B34. Grayscale: #9B9B9B. Windows color (decimal): -6712117 or 13341849. OLE color: 13341849.

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

Color convert

RGB 153 148 203 -
CMYK 0.25 0.27 0 0.20
HSL 245.45º 0.35% 0.69% -
HSV(B) 245.45º 0.27% 0.8% -
XYZ 34.51 32.26 60.91 -
YUV 155.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 153 148 203 0.25 0.27 0 0.20 245.45 0.35 0.69
Hex 99 94 CB 19 1B 0 14 F5 23 45
Octal 231 224 313 31 33 0 24 365 43 105
Binary 10011001 10010100 11001011 11001 11011 0 10100 11110101 100011 1000101

Color Harmonies of #9994CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9994CB

Black with #9994CB

Text Example


Text Example

White with #9994CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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