Html Css Color HEX #EFBDBC Beauty Bush

📋 copy color: '#EFBDBC'

red 239 ◦ green 189 ◦ blue 188

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

Shades of Beauty Bush #EFBDBC

Tints of Beauty Bush #EFBDBC

RGB

 RED value IS 239 (93.75% from 255) = 38.8%

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

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

R = 38.8%
G = 30.68%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFBDBC (or 0xEFBDBC) is known color: Beauty Bush. HEX triplet: EF, BD and BC. RGB value is (239,189,188). Sum of RGB (Red+Green+Blue) = 239+189+188=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDBC is #104243. Grayscale: #CBCBCB. Windows color (decimal): -1065540 or 12369391. OLE color: 12369391.

HSL color Cylindrical-coordinate representation of color #EFBDBC: hue angle of 1.18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDBC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 188 -
CMYK 0 0.21 0.21 0.06
HSL 1.18º 0.61% 0.84% -
HSV(B) 1.18º 0.21% 0.94% -
XYZ 62.87 58.38 55.53 -
YUV 203.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 239 189 188 0 0.21 0.21 0.06 1.18 0.61 0.84
Hex EF BD BC 0 15 15 6 1 3D 54
Octal 357 275 274 0 25 25 6 1 75 124
Binary 11101111 10111101 10111100 0 10101 10101 110 1 111101 1010100

Color Harmonies of #EFBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDBC

Black with #EFBDBC

Text Example


Text Example

White with #EFBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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