#B099FF

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

Shades of Biloba Flower #B099FF

Tints of Biloba Flower #B099FF

Color information

#B099FF (or 0xB099FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and FF. RGB value is (176,153,255). Sum of RGB (Red+Green+Blue) = 176+153+255=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B099FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099FF is #4F6600. Grayscale: #ABABAB. Windows color (decimal): -5203457 or 16751024. OLE color: 16751024.

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

Color convert

RGB176153255-
CMYK0.310.400
HSL253.53º100%80%-
HSV(B)253.53º40%100%-
XYZ47.3539.2399.68-
YUV171.5175.12131.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 255 (100% from 255) = 43.66%
R=30.14%
G=26.20%
B=43.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761532550.310.400253.5310080
HexB099FF1F2800fe6450
Octal260231377375000376144120
Binary10110000100110011111111111111101000001111111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099FF; }

 p { color: rgb(176,153,255); }

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

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

 a { background-color: rgb(176,153,255); }

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

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

 span { border-color: rgb(176,153,255); }

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