Html Css Color HEX #EBBCBB Beauty Bush

📋 copy color: '#EBBCBB'

red 235 ◦ green 188 ◦ blue 187

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

Shades of Beauty Bush #EBBCBB

Tints of Beauty Bush #EBBCBB

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 value IS 0

 M value IS 0.2

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBBCBB (or 0xEBBCBB) is known color: 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

RGB 235 188 187 -
CMYK 0 0.2 0.20 0.08
HSL 1.25º 0.55% 0.83% -
HSV(B) 1.25º 0.2% 0.92% -
XYZ 61.21 57.22 54.83 -
YUV 201.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 235 188 187 0 0.2 0.20 0.08 1.25 0.55 0.83
Hex EB BC BB 0 14 14 8 1 37 53
Octal 353 274 273 0 24 24 10 1 67 123
Binary 11101011 10111100 10111011 0 10100 10100 1000 1 110111 1010011

Color Harmonies of #EBBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCBB

Black with #EBBCBB

Text Example


Text Example

White with #EBBCBB

Text Example


Text Example

HTML Codes & Css Web 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>