#B690C8

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

Shades of East Side #B690C8

Tints of East Side #B690C8

Color information

#B690C8 (or 0xB690C8) is unknown color: approx East Side. HEX triplet: B6, 90 and C8. RGB value is (182,144,200). Sum of RGB (Red+Green+Blue) = 182+144+200=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #B690C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690C8 is #496F37. Grayscale: #A1A1A1. Windows color (decimal): -4812600 or 13144246. OLE color: 13144246.

HSL color Cylindrical-coordinate representation of color #B690C8: hue angle of 280.71º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B690C8 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182144200-
CMYK0.090.2800.22
HSL280.71º33.73%67.45%-
HSV(B)280.71º28%78.43%-
XYZ39.6934.0659.13-
YUV161.75149.59142.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 200 (78.52% from 255) = 38.02%
R=34.60%
G=27.38%
B=38.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821442000.090.2800.22280.7133.7367.45
HexB690C891C0161192243
Octal266220310113402643142103
Binary1011011010010000110010001001111000101101000110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690C8; }

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

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

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

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

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

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

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

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