#B29CFE

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

Shades of Biloba Flower #B29CFE

Tints of Biloba Flower #B29CFE

Color information

#B29CFE (or 0xB29CFE) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and FE. RGB value is (178,156,254). Sum of RGB (Red+Green+Blue) = 178+156+254=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #B29CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29CFE is #4D6301. Grayscale: #ADADAD. Windows color (decimal): -5071618 or 16686258. OLE color: 16686258.

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

Color convert

RGB178156254-
CMYK0.300.3900.00
HSL253.47º98%80.39%-
HSV(B)253.47º38.58%99.61%-
XYZ48.1440.499.03-
YUV173.75173.29131.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=30.27%
G=26.53%
B=43.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781562540.300.3900.00253.479880.39
HexB29CFE1E2700fd6250
Octal262234376364700375142120
Binary10110010100111001111111011110100111001111110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CFE; }

 p { color: rgb(178,156,254); }

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

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

 a { background-color: rgb(178,156,254); }

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

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

 span { border-color: rgb(178,156,254); }

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