Html Css Color HEX #E5BEC0 Blossom

📋 copy color: '#E5BEC0'

red 229 ◦ green 190 ◦ blue 192

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

Shades of Blossom #E5BEC0

Tints of Blossom #E5BEC0

RGB

 RED value IS 229 (89.84% from 255) = 37.48%

 GREEN value IS 190 (74.61% from 255) = 31.1%

 BLUE value IS 192 (75.39% from 255) = 31.42%

R = 37.48%
G = 31.1%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E5BEC0 (or 0xE5BEC0) is known color: Blossom. HEX triplet: E5, BE and C0. RGB value is (229,190,192). Sum of RGB (Red+Green+Blue) = 229+190+192=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEC0 is #1A413F. Grayscale: #C9C9C9. Windows color (decimal): -1720640 or 12631781. OLE color: 12631781.

HSL color Cylindrical-coordinate representation of color #E5BEC0: hue angle of 356.92º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BEC0 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 190 192 -
CMYK 0 0.17 0.16 0.10
HSL 356.92º 0.43% 0.82% -
HSV(B) 356.92º 0.17% 0.9% -
XYZ 60.24 57.29 57.75 -
YUV 201.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 229 190 192 0 0.17 0.16 0.10 356.92 0.43 0.82
Hex E5 BE C0 0 11 10 A 165 2B 52
Octal 345 276 300 0 21 20 12 545 53 122
Binary 11100101 10111110 11000000 0 10001 10000 1010 101100101 101011 1010010

Color Harmonies of #E5BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BEC0

Black with #E5BEC0

Text Example


Text Example

White with #E5BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BEC0; }

 p { color: rgb(229,190,192); }

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

background-color css

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

 a { background-color: rgb(229,190,192); }

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

border-color css

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

 span { border-color: rgb(229,190,192); }

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