#E6BBBA

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

Shades of Beauty Bush #E6BBBA

Tints of Beauty Bush #E6BBBA

Color information

#E6BBBA (or 0xE6BBBA) is unknown color: approx Beauty Bush. HEX triplet: E6, BB and BA. RGB value is (230,187,186). Sum of RGB (Red+Green+Blue) = 230+187+186=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBBA is #194445. Grayscale: #C7C7C7. Windows color (decimal): -1655878 or 12237798. OLE color: 12237798.

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

Color convert

RGB230187186-
CMYK00.190.190.10
HSL1.36º46.81%81.57%-
HSV(B)1.36º19.13%90.2%-
XYZ59.2755.9154.12-
YUV199.74120.25149.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=38.14%
G=31.01%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018718600.190.190.101.3646.8181.57
HexE6BBBA01313A12f52
Octal3462732720232312157122
Binary11100110101110111011101001001110011101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBBA; }

 p { color: rgb(230,187,186); }

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

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

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

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

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

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

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