#B09CFE

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

Shades of Biloba Flower #B09CFE

Tints of Biloba Flower #B09CFE

Color information

#B09CFE (or 0xB09CFE) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and FE. RGB value is (176,156,254). Sum of RGB (Red+Green+Blue) = 176+156+254=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #B09CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CFE is #4F6301. Grayscale: #ACACAC. Windows color (decimal): -5202690 or 16686256. OLE color: 16686256.

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

Color convert

RGB176156254-
CMYK0.310.3900.00
HSL252.24º98%80.39%-
HSV(B)252.24º38.58%99.61%-
XYZ47.6840.1699-
YUV173.15173.63130.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=30.03%
G=26.62%
B=43.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761562540.310.3900.00252.249880.39
HexB09CFE1F2700fc6250
Octal260234376374700374142120
Binary10110000100111001111111011111100111001111110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CFE; }

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

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

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

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

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

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

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

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