#B299FA

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

Shades of Biloba Flower #B299FA

Tints of Biloba Flower #B299FA

Color information

#B299FA (or 0xB299FA) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and FA. RGB value is (178,153,250). Sum of RGB (Red+Green+Blue) = 178+153+250=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B299FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299FA is #4D6605. Grayscale: #ABABAB. Windows color (decimal): -5072390 or 16423346. OLE color: 16423346.

HSL color Cylindrical-coordinate representation of color #B299FA: hue angle of 255.46º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B299FA is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178153250-
CMYK0.290.3900.02
HSL255.46º90.65%79.02%-
HSV(B)255.46º38.8%98.04%-
XYZ47.0139.1595.52-
YUV171.53172.28132.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.64%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=30.64%
G=26.33%
B=43.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781532500.290.3900.02255.4690.6579.02
HexB299FA1D2702ff5b4f
Octal262231372354702377133117
Binary101100101001100111111010111011001110101111111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299FA; }

 p { color: rgb(178,153,250); }

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

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

 a { background-color: rgb(178,153,250); }

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

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

 span { border-color: rgb(178,153,250); }

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