#B09CFC

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

Shades of Biloba Flower #B09CFC

Tints of Biloba Flower #B09CFC

Color information

#B09CFC (or 0xB09CFC) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and FC. RGB value is (176,156,252). Sum of RGB (Red+Green+Blue) = 176+156+252=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #B09CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CFC is #4F6303. Grayscale: #ACACAC. Windows color (decimal): -5202692 or 16555184. OLE color: 16555184.

HSL color Cylindrical-coordinate representation of color #B09CFC: hue angle of 252.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09CFC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176156252-
CMYK0.300.3800.01
HSL252.5º94.12%80%-
HSV(B)252.5º38.1%98.82%-
XYZ47.3640.0497.33-
YUV172.92172.63130.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=30.14%
G=26.71%
B=43.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761562520.300.3800.01252.594.1280
HexB09CFC1E2601fc5e50
Octal260234374364601374136120
Binary10110000100111001111110011110100110011111110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CFC; }

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

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

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

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

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

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

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

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