#B299F2

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

Shades of Biloba Flower #B299F2

Tints of Biloba Flower #B299F2

Color information

#B299F2 (or 0xB299F2) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and F2. RGB value is (178,153,242). Sum of RGB (Red+Green+Blue) = 178+153+242=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B299F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299F2 is #4D660D. Grayscale: #AAAAAA. Windows color (decimal): -5072398 or 15899058. OLE color: 15899058.

HSL color Cylindrical-coordinate representation of color #B299F2: hue angle of 256.85º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B299F2 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178153242-
CMYK0.260.3700.05
HSL256.85º77.39%77.45%-
HSV(B)256.85º36.78%94.9%-
XYZ45.7838.6689.05-
YUV170.62168.28133.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=31.06%
G=26.70%
B=42.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781532420.260.3700.05256.8577.3977.45
HexB299F21A25051014d4d
Octal262231362324505401115115
Binary10110010100110011111001011010100101010110000000110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299F2; }

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

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

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

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

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

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

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

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