#B691CB

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

Shades of East Side #B691CB

Tints of East Side #B691CB

Color information

#B691CB (or 0xB691CB) is unknown color: approx East Side. HEX triplet: B6, 91 and CB. RGB value is (182,145,203). Sum of RGB (Red+Green+Blue) = 182+145+203=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #B691CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691CB is #496E34. Grayscale: #A2A2A2. Windows color (decimal): -4812341 or 13341110. OLE color: 13341110.

HSL color Cylindrical-coordinate representation of color #B691CB: hue angle of 278.28º 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 #B691CB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182145203-
CMYK0.100.2900.20
HSL278.28º35.8%68.24%-
HSV(B)278.28º28.57%79.61%-
XYZ40.234.5161.04-
YUV162.67150.76141.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=34.34%
G=27.36%
B=38.30%

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
Decimal1821452030.100.2900.20278.2835.868.24
HexB691CBA1D0141162444
Octal266221313123502442644104
Binary1011011010010001110010111010111010101001000101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691CB; }

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

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

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

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

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

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

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

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