#B099CE

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

Shades of Biloba Flower #B099CE

Tints of Biloba Flower #B099CE

Color information

#B099CE (or 0xB099CE) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and CE. RGB value is (176,153,206). Sum of RGB (Red+Green+Blue) = 176+153+206=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B099CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099CE is #4F6631. Grayscale: #A5A5A5. Windows color (decimal): -5203506 or 13539760. OLE color: 13539760.

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

Color convert

RGB176153206-
CMYK0.150.2600.19
HSL266.04º35.1%70.39%-
HSV(B)266.04º25.73%80.78%-
XYZ40.4436.4763.3-
YUV165.92150.62135.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=32.90%
G=28.60%
B=38.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761532060.150.2600.19266.0435.170.39
HexB099CEF1A01310a2346
Octal260231316173202341243106
Binary1011000010011001110011101111110100100111000010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099CE; }

 p { color: rgb(176,153,206); }

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

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

 a { background-color: rgb(176,153,206); }

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

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

 span { border-color: rgb(176,153,206); }

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