#B690CB

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

Shades of East Side #B690CB

Tints of East Side #B690CB

Color information

#B690CB (or 0xB690CB) is unknown color: approx East Side. HEX triplet: B6, 90 and CB. RGB value is (182,144,203). Sum of RGB (Red+Green+Blue) = 182+144+203=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #B690CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690CB is #496F34. Grayscale: #A1A1A1. Windows color (decimal): -4812597 or 13340854. OLE color: 13340854.

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

Color convert

RGB182144203-
CMYK0.100.2900.20
HSL278.64º36.2%68.04%-
HSV(B)278.64º29.06%79.61%-
XYZ40.0434.260.99-
YUV162.09151.09142.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=34.40%
G=27.22%
B=38.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821442030.100.2900.20278.6436.268.04
HexB690CBA1D0141172444
Octal266220313123502442744104
Binary1011011010010000110010111010111010101001000101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690CB; }

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

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

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

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

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

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

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

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