#B696CB

Color #B696CB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B696CB

Tints of East Side #B696CB

Color information

#B696CB (or 0xB696CB) is unknown color: approx East Side. HEX triplet: B6, 96 and CB. RGB value is (182,150,203). Sum of RGB (Red+Green+Blue) = 182+150+203=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #B696CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696CB is #496934. Grayscale: #A5A5A5. Windows color (decimal): -4811061 or 13342390. OLE color: 13342390.

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

Color convert

RGB182150203-
CMYK0.100.2600.20
HSL276.23º33.76%69.22%-
HSV(B)276.23º26.11%79.61%-
XYZ40.9836.0761.3-
YUV165.61149.1139.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=34.02%
G=28.04%
B=37.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821502030.100.2600.20276.2333.7669.22
HexB696CBA1A0141142245
Octal266226313123202442442105
Binary1011011010010110110010111010110100101001000101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696CB; }

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

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

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

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

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

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

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

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