#B690CE

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

Shades of East Side #B690CE

Tints of East Side #B690CE

Color information

#B690CE (or 0xB690CE) is unknown color: approx East Side. HEX triplet: B6, 90 and CE. RGB value is (182,144,206). Sum of RGB (Red+Green+Blue) = 182+144+206=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #B690CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690CE is #496F31. Grayscale: #A2A2A2. Windows color (decimal): -4812594 or 13537462. OLE color: 13537462.

HSL color Cylindrical-coordinate representation of color #B690CE: hue angle of 276.77º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B690CE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182144206-
CMYK0.120.3000.19
HSL276.77º38.75%68.63%-
HSV(B)276.77º30.1%80.78%-
XYZ40.4134.3562.89-
YUV162.43152.59141.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=34.21%
G=27.07%
B=38.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821442060.120.3000.19276.7738.7568.63
HexB690CEC1E0131152745
Octal266220316143602342547105
Binary1011011010010000110011101100111100100111000101011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690CE; }

 p { color: rgb(182,144,206); }

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

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

 a { background-color: rgb(182,144,206); }

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

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

 span { border-color: rgb(182,144,206); }

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