#B299F9

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

Shades of Biloba Flower #B299F9

Tints of Biloba Flower #B299F9

Color information

#B299F9 (or 0xB299F9) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and F9. RGB value is (178,153,249). Sum of RGB (Red+Green+Blue) = 178+153+249=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #B299F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299F9 is #4D6606. Grayscale: #ABABAB. Windows color (decimal): -5072391 or 16357810. OLE color: 16357810.

HSL color Cylindrical-coordinate representation of color #B299F9: hue angle of 255.62º degrees, saturation: 0.89, 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 #B299F9 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178153249-
CMYK0.290.3900.02
HSL255.62º88.89%78.82%-
HSV(B)255.62º38.55%97.65%-
XYZ46.8539.0994.7-
YUV171.42171.78132.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.69%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=30.69%
G=26.38%
B=42.93%

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
Decimal1781532490.290.3900.02255.6288.8978.82
HexB299F91D2702100594f
Octal262231371354702400131117
Binary1011001010011001111110011110110011101010000000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299F9; }

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

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

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

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

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

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

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

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