Html Css Color HEX #EBBDBC Beauty Bush

📋 copy color: '#EBBDBC'

red 235 ◦ green 189 ◦ blue 188

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

Shades of Beauty Bush #EBBDBC

Tints of Beauty Bush #EBBDBC

RGB

 RED value IS 235 (92.19% from 255) = 38.4%

 GREEN value IS 189 (74.22% from 255) = 30.88%

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

R = 38.4%
G = 30.88%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBBDBC (or 0xEBBDBC) is known color: Beauty Bush. HEX triplet: EB, BD and BC. RGB value is (235,189,188). Sum of RGB (Red+Green+Blue) = 235+189+188=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDBC is #144243. Grayscale: #CACACA. Windows color (decimal): -1327684 or 12369387. OLE color: 12369387.

HSL color Cylindrical-coordinate representation of color #EBBDBC: hue angle of 1.28º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDBC is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 188 -
CMYK 0 0.20 0.2 0.08
HSL 1.28º 0.54% 0.83% -
HSV(B) 1.28º 0.2% 0.92% -
XYZ 61.54 57.69 55.47 -
YUV 202.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 235 189 188 0 0.20 0.2 0.08 1.28 0.54 0.83
Hex EB BD BC 0 14 14 8 1 36 53
Octal 353 275 274 0 24 24 10 1 66 123
Binary 11101011 10111101 10111100 0 10100 10100 1000 1 110110 1010011

Color Harmonies of #EBBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDBC

Black with #EBBDBC

Text Example


Text Example

White with #EBBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDBC; }

 p { color: rgb(235,189,188); }

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

background-color css

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

 a { background-color: rgb(235,189,188); }

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

border-color css

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

 span { border-color: rgb(235,189,188); }

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