#E6BDBC

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

Shades of Beauty Bush #E6BDBC

Tints of Beauty Bush #E6BDBC

Color information

#E6BDBC (or 0xE6BDBC) is unknown color: approx Beauty Bush. HEX triplet: E6, BD and BC. RGB value is (230,189,188). Sum of RGB (Red+Green+Blue) = 230+189+188=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDBC is #194243. Grayscale: #C9C9C9. Windows color (decimal): -1655364 or 12369382. OLE color: 12369382.

HSL color Cylindrical-coordinate representation of color #E6BDBC: hue angle of 1.43º 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 #E6BDBC is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230189188-
CMYK00.180.180.10
HSL1.43º45.65%81.96%-
HSV(B)1.43º18.26%90.2%-
XYZ59.9156.8555.39-
YUV201.14120.58148.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=37.89%
G=31.14%
B=30.97%

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
Decimal23018918800.180.180.101.4345.6581.96
HexE6BDBC01212A12e52
Octal3462752740222212156122
Binary11100110101111011011110001001010010101011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDBC; }

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

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

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

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

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

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

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

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