#B692C9

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

Shades of East Side #B692C9

Tints of East Side #B692C9

Color information

#B692C9 (or 0xB692C9) is unknown color: approx East Side. HEX triplet: B6, 92 and C9. RGB value is (182,146,201). Sum of RGB (Red+Green+Blue) = 182+146+201=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #B692C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692C9 is #496D36. Grayscale: #A2A2A2. Windows color (decimal): -4812087 or 13210294. OLE color: 13210294.

HSL color Cylindrical-coordinate representation of color #B692C9: hue angle of 279.27º 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 #B692C9 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182146201-
CMYK0.090.2700.21
HSL279.27º33.74%68.04%-
HSV(B)279.27º27.36%78.82%-
XYZ40.1134.7259.85-
YUV163.03149.43141.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=34.40%
G=27.60%
B=38.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821462010.090.2700.21279.2733.7468.04
HexB692C991B0151172244
Octal266222311113302542742104
Binary1011011010010010110010011001110110101011000101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692C9; }

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

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

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

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

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

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

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

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