#B694CA

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

Shades of East Side #B694CA

Tints of East Side #B694CA

Color information

#B694CA (or 0xB694CA) is unknown color: approx East Side. HEX triplet: B6, 94 and CA. RGB value is (182,148,202). Sum of RGB (Red+Green+Blue) = 182+148+202=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #B694CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694CA is #496B35. Grayscale: #A4A4A4. Windows color (decimal): -4811574 or 13276342. OLE color: 13276342.

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

Color convert

RGB182148202-
CMYK0.100.2700.21
HSL277.78º33.75%68.63%-
HSV(B)277.78º26.73%79.22%-
XYZ40.5435.3960.57-
YUV164.32149.26140.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=34.21%
G=27.82%
B=37.97%

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
Decimal1821482020.100.2700.21277.7833.7568.63
HexB694CAA1B0151162245
Octal266224312123302542642105
Binary1011011010010100110010101010110110101011000101101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694CA; }

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

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

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

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

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

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

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

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