#E6BCBC

Color #E6BCBC Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #E6BCBC

Tints of Beauty Bush #E6BCBC

Color information

#E6BCBC (or 0xE6BCBC) is unknown color: approx Beauty Bush. HEX triplet: E6, BC and BC. RGB value is (230,188,188). Sum of RGB (Red+Green+Blue) = 230+188+188=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCBC is #194343. Grayscale: #C8C8C8. Windows color (decimal): -1655620 or 12369126. OLE color: 12369126.

HSL color Cylindrical-coordinate representation of color #E6BCBC: hue angle of 0º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BCBC is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230188188-
CMYK00.180.180.10
HSL45.65%81.96%-
HSV(B)18.26%90.2%-
XYZ59.6956.4255.32-
YUV200.56120.91149-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=37.95%
G=31.02%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018818800.180.180.10045.6581.96
HexE6BCBC01212A02e52
Octal3462742740222212056122
Binary11100110101111001011110001001010010101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCBC; }

 p { color: rgb(230,188,188); }

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

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

 a { background-color: rgb(230,188,188); }

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

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

 span { border-color: rgb(230,188,188); }

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