#B697C9

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

Shades of East Side #B697C9

Tints of East Side #B697C9

Color information

#B697C9 (or 0xB697C9) is unknown color: approx East Side. HEX triplet: B6, 97 and C9. RGB value is (182,151,201). Sum of RGB (Red+Green+Blue) = 182+151+201=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #B697C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697C9 is #496836. Grayscale: #A5A5A5. Windows color (decimal): -4810807 or 13211574. OLE color: 13211574.

HSL color Cylindrical-coordinate representation of color #B697C9: hue angle of 277.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B697C9 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182151201-
CMYK0.090.2500.21
HSL277.2º31.65%69.02%-
HSV(B)277.2º24.88%78.82%-
XYZ40.936.360.11-
YUV165.97147.77139.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=34.08%
G=28.28%
B=37.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821512010.090.2500.21277.231.6569.02
HexB697C99190151152045
Octal266227311113102542540105
Binary1011011010010111110010011001110010101011000101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697C9; }

 p { color: rgb(182,151,201); }

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

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

 a { background-color: rgb(182,151,201); }

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

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

 span { border-color: rgb(182,151,201); }

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