Html Css Color HEX #E6BBBA Beauty Bush

📋 copy color: '#E6BBBA'

red 230 ◦ green 187 ◦ blue 186

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

Shades of Beauty Bush #E6BBBA

Tints of Beauty Bush #E6BBBA

RGB

 RED value IS 230 (90.23% from 255) = 38.14%

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

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

R = 38.14%
G = 31.01%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6BBBA (or 0xE6BBBA) is known color: Beauty Bush. HEX triplet: E6, BB and BA. RGB value is (230,187,186). Sum of RGB (Red+Green+Blue) = 230+187+186=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBBA is #194445. Grayscale: #C7C7C7. Windows color (decimal): -1655878 or 12237798. OLE color: 12237798.

HSL color Cylindrical-coordinate representation of color #E6BBBA: hue angle of 1.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBBA is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 187 186 -
CMYK 0 0.19 0.19 0.10
HSL 1.36º 0.47% 0.82% -
HSV(B) 1.36º 0.19% 0.9% -
XYZ 59.27 55.91 54.12 -
YUV 199.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 230 187 186 0 0.19 0.19 0.10 1.36 0.47 0.82
Hex E6 BB BA 0 13 13 A 1 2F 52
Octal 346 273 272 0 23 23 12 1 57 122
Binary 11100110 10111011 10111010 0 10011 10011 1010 1 101111 1010010

Color Harmonies of #E6BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBBA

Black with #E6BBBA

Text Example


Text Example

White with #E6BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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