Html Css Color HEX #E6BCBD Blossom

📋 copy color: '#E6BCBD'

red 230 ◦ green 188 ◦ blue 189

#E6BCBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #E6BCBD

Tints of Blossom #E6BCBD

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 value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6BCBD (or 0xE6BCBD) is known color: 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

RGB 230 188 189 -
CMYK 0 0.18 0.18 0.10
HSL 358.57º 0.46% 0.82% -
HSV(B) 358.57º 0.18% 0.9% -
XYZ 59.8 56.46 55.89 -
YUV 200.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 230 188 189 0 0.18 0.18 0.10 358.57 0.46 0.82
Hex E6 BC BD 0 12 12 A 167 2E 52
Octal 346 274 275 0 22 22 12 547 56 122
Binary 11100110 10111100 10111101 0 10010 10010 1010 101100111 101110 1010010

Color Harmonies of #E6BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCBD

Black with #E6BCBD

Text Example


Text Example

White with #E6BCBD

Text Example


Text Example

HTML Codes & Css Web 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>