#E6BCBF

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

Shades of Blossom #E6BCBF

Tints of Blossom #E6BCBF

Color information

#E6BCBF (or 0xE6BCBF) is unknown color: approx Blossom. HEX triplet: E6, BC and BF. RGB value is (230,188,191). Sum of RGB (Red+Green+Blue) = 230+188+191=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCBF is #194340. Grayscale: #C8C8C8. Windows color (decimal): -1655617 or 12565734. OLE color: 12565734.

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

Color convert

RGB230188191-
CMYK00.180.170.10
HSL355.71º45.65%81.96%-
HSV(B)355.71º18.26%90.2%-
XYZ60.0256.5557.04-
YUV200.9122.41148.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 191 (75% from 255) = 31.36%
R=37.77%
G=30.87%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018819100.180.170.10355.7145.6581.96
HexE6BCBF01211A1642e52
Octal346274277022211254456122
Binary1110011010111100101111110100101000110101011001001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCBF; }

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

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

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

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

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

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

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

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