#B690CA

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

Shades of East Side #B690CA

Tints of East Side #B690CA

Color information

#B690CA (or 0xB690CA) is unknown color: approx East Side. HEX triplet: B6, 90 and CA. RGB value is (182,144,202). Sum of RGB (Red+Green+Blue) = 182+144+202=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B690CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690CA is #496F35. Grayscale: #A1A1A1. Windows color (decimal): -4812598 or 13275318. OLE color: 13275318.

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

Color convert

RGB182144202-
CMYK0.100.2900.21
HSL279.31º35.37%67.84%-
HSV(B)279.31º28.71%79.22%-
XYZ39.9334.1660.37-
YUV161.97150.59142.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=34.47%
G=27.27%
B=38.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821442020.100.2900.21279.3135.3767.84
HexB690CAA1D0151172344
Octal266220312123502542743104
Binary1011011010010000110010101010111010101011000101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690CA; }

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

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

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

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

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

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

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

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