#B09ECF

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

Shades of Biloba Flower #B09ECF

Tints of Biloba Flower #B09ECF

Color information

#B09ECF (or 0xB09ECF) is unknown color: approx Biloba Flower. HEX triplet: B0, 9E and CF. RGB value is (176,158,207). Sum of RGB (Red+Green+Blue) = 176+158+207=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #B09ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ECF is #4F6130. Grayscale: #A8A8A8. Windows color (decimal): -5202225 or 13606576. OLE color: 13606576.

HSL color Cylindrical-coordinate representation of color #B09ECF: hue angle of 262.04º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09ECF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176158207-
CMYK0.150.2400.19
HSL262.04º33.79%71.57%-
HSV(B)262.04º23.67%81.18%-
XYZ41.3938.1964.22-
YUV168.97149.46133.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=32.53%
G=29.21%
B=38.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761582070.150.2400.19262.0433.7971.57
HexB09ECFF180131062248
Octal260236317173002340642110
Binary1011000010011110110011111111110000100111000001101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09ECF; }

 p { color: rgb(176,158,207); }

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

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

 a { background-color: rgb(176,158,207); }

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

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

 span { border-color: rgb(176,158,207); }

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