Html Css Color HEX #EBC2BC Beauty Bush

📋 copy color: '#EBC2BC'

red 235 ◦ green 194 ◦ blue 188

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

Shades of Beauty Bush #EBC2BC

Tints of Beauty Bush #EBC2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.44%

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

R = 38.09%
G = 31.44%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBC2BC (or 0xEBC2BC) is known color: Beauty Bush. HEX triplet: EB, C2 and BC. RGB value is (235,194,188). Sum of RGB (Red+Green+Blue) = 235+194+188=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2BC is #143D43. Grayscale: #CDCDCD. Windows color (decimal): -1326404 or 12370667. OLE color: 12370667.

HSL color Cylindrical-coordinate representation of color #EBC2BC: hue angle of 7.66º 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 #EBC2BC is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 188 -
CMYK 0 0.17 0.2 0.08
HSL 7.66º 0.54% 0.83% -
HSV(B) 7.66º 0.2% 0.92% -
XYZ 62.63 59.88 55.83 -
YUV 205.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 235 194 188 0 0.17 0.2 0.08 7.66 0.54 0.83
Hex EB C2 BC 0 11 14 8 8 36 53
Octal 353 302 274 0 21 24 10 10 66 123
Binary 11101011 11000010 10111100 0 10001 10100 1000 1000 110110 1010011

Color Harmonies of #EBC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2BC

Black with #EBC2BC

Text Example


Text Example

White with #EBC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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