Html Css Color HEX #EDBBB0 Beauty Bush

📋 copy color: '#EDBBB0'

red 237 ◦ green 187 ◦ blue 176

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

Shades of Beauty Bush #EDBBB0

Tints of Beauty Bush #EDBBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 176 (69.14% from 255) = 29.33%

R = 39.5%
G = 31.17%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDBBB0 (or 0xEDBBB0) is known color: Beauty Bush. HEX triplet: ED, BB and B0. RGB value is (237,187,176). Sum of RGB (Red+Green+Blue) = 237+187+176=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBB0 is #12444F. Grayscale: #C8C8C8. Windows color (decimal): -1197136 or 11582445. OLE color: 11582445.

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

Color convert

RGB 237 187 176 -
CMYK 0 0.21 0.26 0.07
HSL 10.82º 0.63% 0.81% -
HSV(B) 10.82º 0.26% 0.93% -
XYZ 60.53 56.68 48.82 -
YUV 200.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 237 187 176 0 0.21 0.26 0.07 10.82 0.63 0.81
Hex ED BB B0 0 15 1A 7 B 3F 51
Octal 355 273 260 0 25 32 7 13 77 121
Binary 11101101 10111011 10110000 0 10101 11010 111 1011 111111 1010001

Color Harmonies of #EDBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBB0

Black with #EDBBB0

Text Example


Text Example

White with #EDBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBB0; }

 p { color: rgb(237,187,176); }

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

background-color css

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

 a { background-color: rgb(237,187,176); }

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

border-color css

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

 span { border-color: rgb(237,187,176); }

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