#B29AF8

Color #B29AF8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B29AF8

Tints of Biloba Flower #B29AF8

Color information

#B29AF8 (or 0xB29AF8) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and F8. RGB value is (178,154,248). Sum of RGB (Red+Green+Blue) = 178+154+248=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #B29AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29AF8 is #4D6507. Grayscale: #ABABAB. Windows color (decimal): -5072136 or 16292530. OLE color: 16292530.

HSL color Cylindrical-coordinate representation of color #B29AF8: hue angle of 255.32º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29AF8 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178154248-
CMYK0.280.3800.03
HSL255.32º87.04%78.82%-
HSV(B)255.32º37.9%97.25%-
XYZ46.8639.3593.93-
YUV171.89170.95132.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.69%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 248 (97.27% from 255) = 42.76%
R=30.69%
G=26.55%
B=42.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781542480.280.3800.03255.3287.0478.82
HexB29AF81C2603ff574f
Octal262232370344603377127117
Binary101100101001101011111000111001001100111111111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AF8; }

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

 H1.HeaderClassName
 {
   color: #B29AF8;
 }
 .AnyTagClassName
 {
   color: #B29AF8;
 }
</style>
background-color css

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

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

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

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

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

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