#B69BC8

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

Shades of East Side #B69BC8

Tints of East Side #B69BC8

Color information

#B69BC8 (or 0xB69BC8) is unknown color: approx East Side. HEX triplet: B6, 9B and C8. RGB value is (182,155,200). Sum of RGB (Red+Green+Blue) = 182+155+200=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #B69BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BC8 is #496437. Grayscale: #A8A8A8. Windows color (decimal): -4809784 or 13147062. OLE color: 13147062.

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

Color convert

RGB182155200-
CMYK0.090.2200.22
HSL276º29.03%69.61%-
HSV(B)276º22.5%78.43%-
XYZ41.4437.5659.71-
YUV168.2145.95137.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=33.89%
G=28.86%
B=37.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821552000.090.2200.2227629.0369.61
HexB69BC89160161141d46
Octal266233310112602642435106
Binary101101101001101111001000100110110010110100010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BC8; }

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

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

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

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

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

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

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

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