#B694CB

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

Shades of East Side #B694CB

Tints of East Side #B694CB

Color information

#B694CB (or 0xB694CB) is unknown color: approx East Side. HEX triplet: B6, 94 and CB. RGB value is (182,148,203). Sum of RGB (Red+Green+Blue) = 182+148+203=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #B694CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694CB is #496B34. Grayscale: #A4A4A4. Windows color (decimal): -4811573 or 13341878. OLE color: 13341878.

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

Color convert

RGB182148203-
CMYK0.100.2700.20
HSL277.09º34.59%68.82%-
HSV(B)277.09º27.09%79.61%-
XYZ40.6635.4461.2-
YUV164.44149.76140.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=34.15%
G=27.77%
B=38.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821482030.100.2700.20277.0934.5968.82
HexB694CBA1B0141152345
Octal266224313123302442543105
Binary1011011010010100110010111010110110101001000101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694CB; }

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

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

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

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

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

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

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

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