Html Css Color HEX #EDBEBC Beauty Bush

📋 copy color: '#EDBEBC'

red 237 ◦ green 190 ◦ blue 188

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

Shades of Beauty Bush #EDBEBC

Tints of Beauty Bush #EDBEBC

RGB

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

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

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

R = 38.54%
G = 30.89%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDBEBC (or 0xEDBEBC) is known color: Beauty Bush. HEX triplet: ED, BE and BC. RGB value is (237,190,188). Sum of RGB (Red+Green+Blue) = 237+190+188=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEBC is #124143. Grayscale: #CBCBCB. Windows color (decimal): -1196356 or 12369645. OLE color: 12369645.

HSL color Cylindrical-coordinate representation of color #EDBEBC: hue angle of 2.45º 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 #EDBEBC is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 188 -
CMYK 0 0.20 0.21 0.07
HSL 2.45º 0.58% 0.83% -
HSV(B) 2.45º 0.21% 0.93% -
XYZ 62.42 58.46 55.57 -
YUV 203.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 237 190 188 0 0.20 0.21 0.07 2.45 0.58 0.83
Hex ED BE BC 0 14 15 7 2 3A 53
Octal 355 276 274 0 24 25 7 2 72 123
Binary 11101101 10111110 10111100 0 10100 10101 111 10 111010 1010011

Color Harmonies of #EDBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEBC

Black with #EDBEBC

Text Example


Text Example

White with #EDBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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