Html Css Color HEX #B29ACE Biloba Flower

📋 copy color: '#B29ACE'

red 178 ◦ green 154 ◦ blue 206

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

Shades of Biloba Flower #B29ACE

Tints of Biloba Flower #B29ACE

RGB

 RED value IS 178 (69.92% from 255) = 33.09%

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

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

R = 33.09%
G = 28.62%
B = 38.29%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B29ACE (or 0xB29ACE) is known color: Biloba Flower. HEX triplet: B2, 9A and CE. RGB value is (178,154,206). Sum of RGB (Red+Green+Blue) = 178+154+206=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B29ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ACE is #4D6531. Grayscale: #A6A6A6. Windows color (decimal): -5072178 or 13540018. OLE color: 13540018.

HSL color Cylindrical-coordinate representation of color #B29ACE: hue angle of 267.69º 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 #B29ACE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 154 206 -
CMYK 0.14 0.25 0 0.19
HSL 267.69º 0.35% 0.71% -
HSV(B) 267.69º 0.25% 0.81% -
XYZ 41.06 37.03 63.38 -
YUV 167.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 178 154 206 0.14 0.25 0 0.19 267.69 0.35 0.71
Hex B2 9A CE E 19 0 13 10C 23 47
Octal 262 232 316 16 31 0 23 414 43 107
Binary 10110010 10011010 11001110 1110 11001 0 10011 100001100 100011 1000111

Color Harmonies of #B29ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ACE

Black with #B29ACE

Text Example


Text Example

White with #B29ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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