#B695BE

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

Shades of East Side #B695BE

Tints of East Side #B695BE

Color information

#B695BE (or 0xB695BE) is unknown color: approx East Side. HEX triplet: B6, 95 and BE. RGB value is (182,149,190). Sum of RGB (Red+Green+Blue) = 182+149+190=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B695BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695BE is #496A41. Grayscale: #A3A3A3. Windows color (decimal): -4811330 or 12490166. OLE color: 12490166.

HSL color Cylindrical-coordinate representation of color #B695BE: hue angle of 288.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B695BE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182149190-
CMYK0.040.2200.25
HSL288.29º23.98%66.47%-
HSV(B)288.29º21.58%74.51%-
XYZ39.3335.1653.43-
YUV163.54142.93141.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=34.93%
G=28.60%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821491900.040.2200.25288.2923.9866.47
HexB695BE4160191201842
Octal26622527642603144030102
Binary10110110100101011011111010010110011001100100000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695BE; }

 p { color: rgb(182,149,190); }

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

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

 a { background-color: rgb(182,149,190); }

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

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

 span { border-color: rgb(182,149,190); }

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