#B684CB

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

Shades of East Side #B684CB

Tints of East Side #B684CB

Color information

#B684CB (or 0xB684CB) is unknown color: approx East Side. HEX triplet: B6, 84 and CB. RGB value is (182,132,203). Sum of RGB (Red+Green+Blue) = 182+132+203=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #B684CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684CB is #497B34. Grayscale: #9A9A9A. Windows color (decimal): -4815669 or 13337782. OLE color: 13337782.

HSL color Cylindrical-coordinate representation of color #B684CB: hue angle of 282.25º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B684CB is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182132203-
CMYK0.100.3500.20
HSL282.25º40.57%65.69%-
HSV(B)282.25º34.98%79.61%-
XYZ38.3230.7660.42-
YUV155.04155.06147.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=35.20%
G=25.53%
B=39.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821322030.100.3500.20282.2540.5765.69
HexB684CBA2301411a2942
Octal266204313124302443251102
Binary10110110100001001100101110101000110101001000110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684CB; }

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

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

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

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

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

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

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

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