#B09DFE

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

Shades of Biloba Flower #B09DFE

Tints of Biloba Flower #B09DFE

Color information

#B09DFE (or 0xB09DFE) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and FE. RGB value is (176,157,254). Sum of RGB (Red+Green+Blue) = 176+157+254=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #B09DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09DFE is #4F6201. Grayscale: #ADADAD. Windows color (decimal): -5202434 or 16686512. OLE color: 16686512.

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

Color convert

RGB176157254-
CMYK0.310.3800.00
HSL251.75º97.98%80.59%-
HSV(B)251.75º38.19%99.61%-
XYZ47.8540.599.06-
YUV173.74173.29129.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=29.98%
G=26.75%
B=43.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761572540.310.3800.00251.7597.9880.59
HexB09DFE1F2600fc6251
Octal260235376374600374142121
Binary10110000100111011111111011111100110001111110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DFE; }

 p { color: rgb(176,157,254); }

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

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

 a { background-color: rgb(176,157,254); }

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

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

 span { border-color: rgb(176,157,254); }

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