#B099EB

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

Shades of Biloba Flower #B099EB

Tints of Biloba Flower #B099EB

Color information

#B099EB (or 0xB099EB) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and EB. RGB value is (176,153,235). Sum of RGB (Red+Green+Blue) = 176+153+235=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #B099EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099EB is #4F6614. Grayscale: #A8A8A8. Windows color (decimal): -5203477 or 15440304. OLE color: 15440304.

HSL color Cylindrical-coordinate representation of color #B099EB: hue angle of 256.83º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B099EB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176153235-
CMYK0.250.3500.08
HSL256.83º67.21%76.08%-
HSV(B)256.83º34.89%92.16%-
XYZ44.2938.0183.6-
YUV169.22165.12132.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=31.21%
G=27.13%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761532350.250.3500.08256.8367.2176.08
HexB099EB192308101434c
Octal2602313533143010401103114
Binary101100001001100111101011110011000110100010000000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099EB; }

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

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

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

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

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

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

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

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