#B794CD

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

Shades of East Side #B794CD

Tints of East Side #B794CD

Color information

#B794CD (or 0xB794CD) is unknown color: approx East Side. HEX triplet: B7, 94 and CD. RGB value is (183,148,205). Sum of RGB (Red+Green+Blue) = 183+148+205=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #B794CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794CD is #486B32. Grayscale: #A4A4A4. Windows color (decimal): -4746035 or 13472951. OLE color: 13472951.

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

Color convert

RGB183148205-
CMYK0.110.2800.20
HSL276.84º36.31%69.22%-
HSV(B)276.84º27.8%80.39%-
XYZ41.1435.6562.47-
YUV164.96150.6140.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=34.14%
G=27.61%
B=38.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831482050.110.2800.20276.8436.3169.22
HexB794CDB1C0141152445
Octal267224315133402442544105
Binary1011011110010100110011011011111000101001000101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794CD; }

 p { color: rgb(183,148,205); }

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

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

 a { background-color: rgb(183,148,205); }

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

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

 span { border-color: rgb(183,148,205); }

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