Html Css Color HEX #B39ACE Biloba Flower

📋 copy color: '#B39ACE'

red 179 ◦ green 154 ◦ blue 206

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

Shades of Biloba Flower #B39ACE

Tints of Biloba Flower #B39ACE

RGB

 RED value IS 179 (70.31% from 255) = 33.21%

 GREEN value IS 154 (60.55% from 255) = 28.57%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 33.21%
G = 28.57%
B = 38.22%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B39ACE (or 0xB39ACE) is known color: Biloba Flower. HEX triplet: B3, 9A and CE. RGB value is (179,154,206). Sum of RGB (Red+Green+Blue) = 179+154+206=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B39ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ACE is #4C6531. Grayscale: #A7A7A7. Windows color (decimal): -5006642 or 13540019. OLE color: 13540019.

HSL color Cylindrical-coordinate representation of color #B39ACE: hue angle of 268.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B39ACE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 154 206 -
CMYK 0.13 0.25 0 0.19
HSL 268.85º 0.35% 0.71% -
HSV(B) 268.85º 0.25% 0.81% -
XYZ 41.29 37.15 63.39 -
YUV 167.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 179 154 206 0.13 0.25 0 0.19 268.85 0.35 0.71
Hex B3 9A CE D 19 0 13 10D 23 47
Octal 263 232 316 15 31 0 23 415 43 107
Binary 10110011 10011010 11001110 1101 11001 0 10011 100001101 100011 1000111

Color Harmonies of #B39ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39ACE

Black with #B39ACE

Text Example


Text Example

White with #B39ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39ACE; }

 p { color: rgb(179,154,206); }

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

background-color css

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

 a { background-color: rgb(179,154,206); }

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

border-color css

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

 span { border-color: rgb(179,154,206); }

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