#B693CA

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

Shades of East Side #B693CA

Tints of East Side #B693CA

Color information

#B693CA (or 0xB693CA) is unknown color: approx East Side. HEX triplet: B6, 93 and CA. RGB value is (182,147,202). Sum of RGB (Red+Green+Blue) = 182+147+202=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B693CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693CA is #496C35. Grayscale: #A3A3A3. Windows color (decimal): -4811830 or 13276086. OLE color: 13276086.

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

Color convert

RGB182147202-
CMYK0.100.2700.21
HSL278.18º34.16%68.43%-
HSV(B)278.18º27.23%79.22%-
XYZ40.3935.0860.52-
YUV163.73149.6141.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=34.27%
G=27.68%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821472020.100.2700.21278.1834.1668.43
HexB693CAA1B0151162244
Octal266223312123302542642104
Binary1011011010010011110010101010110110101011000101101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693CA; }

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

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

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

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

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

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

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

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