#9697CB

Color #9697CB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9697CB

Tints of Blue Bell #9697CB

Color information

#9697CB (or 0x9697CB) is unknown color: approx Blue Bell. HEX triplet: 96, 97 and CB. RGB value is (150,151,203). Sum of RGB (Red+Green+Blue) = 150+151+203=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 151 (59.38% from 255 or 29.96% 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 #9697CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697CB is #696834. Grayscale: #9C9C9C. Windows color (decimal): -6907957 or 13342614. OLE color: 13342614.

HSL color Cylindrical-coordinate representation of color #9697CB: hue angle of 238.87º degrees, saturation: 0.34, 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 #9697CB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150151203-
CMYK0.260.2600.20
HSL238.87º33.76%69.22%-
HSV(B)238.87º26.11%79.61%-
XYZ34.4232.9361.04-
YUV156.63154.17123.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=29.76%
G=29.96%
B=40.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501512030.260.2600.20238.8733.7669.22
Hex9697CB1A1A014ef2245
Octal226227313323202435742105
Binary1001011010010111110010111101011010010100111011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9697CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9697CB;
 }
 .AnyTagClassName
 {
   color: #9697CB;
 }
</style>
background-color css

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

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

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

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

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

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