Html Css Color HEX #EDBFBC Beauty Bush

📋 copy color: '#EDBFBC'

red 237 ◦ green 191 ◦ blue 188

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

Shades of Beauty Bush #EDBFBC

Tints of Beauty Bush #EDBFBC

RGB

 RED value IS 237 (92.97% from 255) = 38.47%

 GREEN value IS 191 (75% from 255) = 31.01%

 BLUE value IS 188 (73.83% from 255) = 30.52%

R = 38.47%
G = 31.01%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDBFBC (or 0xEDBFBC) is known color: Beauty Bush. HEX triplet: ED, BF and BC. RGB value is (237,191,188). Sum of RGB (Red+Green+Blue) = 237+191+188=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBC is #124043. Grayscale: #CCCCCC. Windows color (decimal): -1196100 or 12369901. OLE color: 12369901.

HSL color Cylindrical-coordinate representation of color #EDBFBC: hue angle of 3.67º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBFBC is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 188 -
CMYK 0 0.19 0.21 0.07
HSL 3.67º 0.58% 0.83% -
HSV(B) 3.67º 0.21% 0.93% -
XYZ 62.63 58.9 55.64 -
YUV 204.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 237 191 188 0 0.19 0.21 0.07 3.67 0.58 0.83
Hex ED BF BC 0 13 15 7 4 3A 53
Octal 355 277 274 0 23 25 7 4 72 123
Binary 11101101 10111111 10111100 0 10011 10101 111 100 111010 1010011

Color Harmonies of #EDBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFBC

Black with #EDBFBC

Text Example


Text Example

White with #EDBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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