#B692CA

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

Shades of East Side #B692CA

Tints of East Side #B692CA

Color information

#B692CA (or 0xB692CA) is unknown color: approx East Side. HEX triplet: B6, 92 and CA. RGB value is (182,146,202). Sum of RGB (Red+Green+Blue) = 182+146+202=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B692CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692CA is #496D35. Grayscale: #A2A2A2. Windows color (decimal): -4812086 or 13275830. OLE color: 13275830.

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

Color convert

RGB182146202-
CMYK0.100.2800.21
HSL278.57º34.57%68.24%-
HSV(B)278.57º27.72%79.22%-
XYZ40.2334.7760.47-
YUV163.15149.93141.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=34.34%
G=27.55%
B=38.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821462020.100.2800.21278.5734.5768.24
HexB692CAA1C0151172344
Octal266222312123402542743104
Binary1011011010010010110010101010111000101011000101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692CA; }

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

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

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

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

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

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

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

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