#B29AFD

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

Shades of Biloba Flower #B29AFD

Tints of Biloba Flower #B29AFD

Color information

#B29AFD (or 0xB29AFD) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and FD. RGB value is (178,154,253). Sum of RGB (Red+Green+Blue) = 178+154+253=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #B29AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29AFD is #4D6502. Grayscale: #ACACAC. Windows color (decimal): -5072131 or 16620210. OLE color: 16620210.

HSL color Cylindrical-coordinate representation of color #B29AFD: hue angle of 254.55º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B29AFD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178154253-
CMYK0.300.3900.01
HSL254.55º96.12%79.8%-
HSV(B)254.55º39.13%99.22%-
XYZ47.6539.6798.07-
YUV172.46173.45131.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=30.43%
G=26.32%
B=43.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781542530.300.3900.01254.5596.1279.8
HexB29AFD1E2701ff6050
Octal262232375364701377140120
Binary10110010100110101111110111110100111011111111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AFD; }

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

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

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

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

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

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

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

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