#E6BCBD

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

Shades of Blossom #E6BCBD

Tints of Blossom #E6BCBD

Color information

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

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

Color convert

RGB230188189-
CMYK00.180.180.10
HSL358.57º45.65%81.96%-
HSV(B)358.57º18.26%90.2%-
XYZ59.856.4655.89-
YUV200.67121.41148.92-

RGB Variations

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

RGB

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

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
Decimal23018818900.180.180.10358.5745.6581.96
HexE6BCBD01212A1672e52
Octal346274275022221254756122
Binary1110011010111100101111010100101001010101011001111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCBD; }

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

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

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

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

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

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

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

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