#B09FCB

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

Shades of Biloba Flower #B09FCB

Tints of Biloba Flower #B09FCB

Color information

#B09FCB (or 0xB09FCB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and CB. RGB value is (176,159,203). Sum of RGB (Red+Green+Blue) = 176+159+203=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #B09FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FCB is #4F6034. Grayscale: #A8A8A8. Windows color (decimal): -5201973 or 13344688. OLE color: 13344688.

HSL color Cylindrical-coordinate representation of color #B09FCB: hue angle of 263.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09FCB is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176159203-
CMYK0.130.2200.20
HSL263.18º29.73%70.98%-
HSV(B)263.18º21.67%79.61%-
XYZ41.0838.3461.73-
YUV169.1147.13132.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=32.71%
G=29.55%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761592030.130.2200.20263.1829.7370.98
HexB09FCBD160141071e47
Octal260237313152602440736107
Binary101100001001111111001011110110110010100100000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FCB; }

 p { color: rgb(176,159,203); }

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

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

 a { background-color: rgb(176,159,203); }

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

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

 span { border-color: rgb(176,159,203); }

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