#B09DE6

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

Shades of Biloba Flower #B09DE6

Tints of Biloba Flower #B09DE6

Color information

#B09DE6 (or 0xB09DE6) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and E6. RGB value is (176,157,230). Sum of RGB (Red+Green+Blue) = 176+157+230=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #B09DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09DE6 is #4F6219. Grayscale: #AAAAAA. Windows color (decimal): -5202458 or 15113648. OLE color: 15113648.

HSL color Cylindrical-coordinate representation of color #B09DE6: hue angle of 255.62º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09DE6 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176157230-
CMYK0.230.3200.10
HSL255.62º59.35%75.88%-
HSV(B)255.62º31.74%90.2%-
XYZ44.2439.0680.07-
YUV171161.29131.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 230 (90.23% from 255) = 40.85%
R=31.26%
G=27.89%
B=40.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761572300.230.3200.10255.6259.3575.88
HexB09DE617200A1003b4c
Octal260235346274001240073114
Binary10110000100111011110011010111100000010101000000001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DE6; }

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

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

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

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

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

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

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

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