Html Css Color HEX #9997CB Blue Bell

📋 copy color: '#9997CB'

red 153 ◦ green 151 ◦ blue 203

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

Shades of Blue Bell #9997CB

Tints of Blue Bell #9997CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.78%

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

R = 30.18%
G = 29.78%
B = 40.04%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9997CB (or 0x9997CB) is known color: Blue Bell. HEX triplet: 99, 97 and CB. RGB value is (153,151,203). Sum of RGB (Red+Green+Blue) = 153+151+203=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #9997CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997CB is #666834. Grayscale: #9D9D9D. Windows color (decimal): -6711349 or 13342617. OLE color: 13342617.

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

Color convert

RGB 153 151 203 -
CMYK 0.25 0.26 0 0.20
HSL 242.31º 0.33% 0.69% -
HSV(B) 242.31º 0.26% 0.8% -
XYZ 34.98 33.22 61.07 -
YUV 157.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 153 151 203 0.25 0.26 0 0.20 242.31 0.33 0.69
Hex 99 97 CB 19 1A 0 14 F2 21 45
Octal 231 227 313 31 32 0 24 362 41 105
Binary 10011001 10010111 11001011 11001 11010 0 10100 11110010 100001 1000101

Color Harmonies of #9997CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9997CB

Black with #9997CB

Text Example


Text Example

White with #9997CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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