#EBBCBB

Color #EBBCBB Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EBBCBB

Tints of Beauty Bush #EBBCBB

Color information

#EBBCBB (or 0xEBBCBB) is unknown color: approx Beauty Bush. HEX triplet: EB, BC and BB. RGB value is (235,188,187). Sum of RGB (Red+Green+Blue) = 235+188+187=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCBB is #144344. Grayscale: #C9C9C9. Windows color (decimal): -1327941 or 12303595. OLE color: 12303595.

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

Color convert

RGB235188187-
CMYK00.20.200.08
HSL1.25º54.55%82.75%-
HSV(B)1.25º20.43%92.16%-
XYZ61.2157.2254.83-
YUV201.94119.57151.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=38.52%
G=30.82%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518818700.20.200.081.2554.5582.75
HexEBBCBB01414813753
Octal3532742730242410167123
Binary11101011101111001011101101010010100100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCBB; }

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

 H1.HeaderClassName
 {
   color: #EBBCBB;
 }
 .AnyTagClassName
 {
   color: #EBBCBB;
 }
</style>
background-color css

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

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

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

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

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

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