Html Css Color HEX #EDBBBA Beauty Bush

📋 copy color: '#EDBBBA'

red 237 ◦ green 187 ◦ blue 186

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

Shades of Beauty Bush #EDBBBA

Tints of Beauty Bush #EDBBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 38.85%
G = 30.66%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDBBBA (or 0xEDBBBA) is known color: Beauty Bush. HEX triplet: ED, BB and BA. RGB value is (237,187,186). Sum of RGB (Red+Green+Blue) = 237+187+186=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBBA is #124445. Grayscale: #C9C9C9. Windows color (decimal): -1197126 or 12237805. OLE color: 12237805.

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

Color convert

RGB 237 187 186 -
CMYK 0 0.21 0.22 0.07
HSL 1.18º 0.59% 0.83% -
HSV(B) 1.18º 0.22% 0.93% -
XYZ 61.56 57.09 54.23 -
YUV 201.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 237 187 186 0 0.21 0.22 0.07 1.18 0.59 0.83
Hex ED BB BA 0 15 16 7 1 3B 53
Octal 355 273 272 0 25 26 7 1 73 123
Binary 11101101 10111011 10111010 0 10101 10110 111 1 111011 1010011

Color Harmonies of #EDBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBBA

Black with #EDBBBA

Text Example


Text Example

White with #EDBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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