#B689CA

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

Shades of East Side #B689CA

Tints of East Side #B689CA

Color information

#B689CA (or 0xB689CA) is unknown color: approx East Side. HEX triplet: B6, 89 and CA. RGB value is (182,137,202). Sum of RGB (Red+Green+Blue) = 182+137+202=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #B689CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689CA is #497635. Grayscale: #9D9D9D. Windows color (decimal): -4814390 or 13273526. OLE color: 13273526.

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

Color convert

RGB182137202-
CMYK0.100.3200.21
HSL281.54º38.01%66.47%-
HSV(B)281.54º32.18%79.22%-
XYZ38.932.160.02-
YUV157.86152.91145.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=34.93%
G=26.30%
B=38.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821372020.100.3200.21281.5438.0166.47
HexB689CAA2001511a2642
Octal266211312124002543246102
Binary10110110100010011100101010101000000101011000110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689CA; }

 p { color: rgb(182,137,202); }

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

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

 a { background-color: rgb(182,137,202); }

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

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

 span { border-color: rgb(182,137,202); }

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