#B299FE

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

Shades of Biloba Flower #B299FE

Tints of Biloba Flower #B299FE

Color information

#B299FE (or 0xB299FE) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and FE. RGB value is (178,153,254). Sum of RGB (Red+Green+Blue) = 178+153+254=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #B299FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299FE is #4D6601. Grayscale: #ABABAB. Windows color (decimal): -5072386 or 16685490. OLE color: 16685490.

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

Color convert

RGB178153254-
CMYK0.300.4000.00
HSL254.85º98.06%79.8%-
HSV(B)254.85º39.76%99.61%-
XYZ47.6439.498.86-
YUV171.99174.28132.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=30.43%
G=26.15%
B=43.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781532540.300.4000.00254.8598.0679.8
HexB299FE1E2800ff6250
Octal262231376365000377142120
Binary10110010100110011111111011110101000001111111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299FE; }

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

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

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

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

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

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

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

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