Html Css Color HEX #E7BCBD Blossom

📋 copy color: '#E7BCBD'

red 231 ◦ green 188 ◦ blue 189

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

Shades of Blossom #E7BCBD

Tints of Blossom #E7BCBD

RGB

 RED value IS 231 (90.63% from 255) = 37.99%

 GREEN value IS 188 (73.83% from 255) = 30.92%

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 37.99%
G = 30.92%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E7BCBD (or 0xE7BCBD) is known color: Blossom. HEX triplet: E7, BC and BD. RGB value is (231,188,189). Sum of RGB (Red+Green+Blue) = 231+188+189=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCBD is #184342. Grayscale: #C9C9C9. Windows color (decimal): -1590083 or 12434663. OLE color: 12434663.

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

Color convert

RGB 231 188 189 -
CMYK 0 0.19 0.18 0.09
HSL 358.6º 0.47% 0.82% -
HSV(B) 358.6º 0.19% 0.91% -
XYZ 60.12 56.63 55.91 -
YUV 200.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 231 188 189 0 0.19 0.18 0.09 358.6 0.47 0.82
Hex E7 BC BD 0 13 12 9 167 2F 52
Octal 347 274 275 0 23 22 11 547 57 122
Binary 11100111 10111100 10111101 0 10011 10010 1001 101100111 101111 1010010

Color Harmonies of #E7BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BCBD

Black with #E7BCBD

Text Example


Text Example

White with #E7BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BCBD; }

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

 H1.HeaderClassName
 {
   color: #E7BCBD;
 }
 .AnyTagClassName
 {
   color: #E7BCBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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