#B099D5

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

Shades of Biloba Flower #B099D5

Tints of Biloba Flower #B099D5

Color information

#B099D5 (or 0xB099D5) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and D5. RGB value is (176,153,213). Sum of RGB (Red+Green+Blue) = 176+153+213=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #B099D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099D5 is #4F662A. Grayscale: #A6A6A6. Windows color (decimal): -5203499 or 13998512. OLE color: 13998512.

HSL color Cylindrical-coordinate representation of color #B099D5: hue angle of 263º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B099D5 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176153213-
CMYK0.170.2800.16
HSL263º41.67%71.76%-
HSV(B)263º28.17%83.53%-
XYZ41.3136.8267.88-
YUV166.72154.12134.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=32.47%
G=28.23%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761532130.170.2800.1626341.6771.76
HexB099D5111C0101072a48
Octal260231325213402040752110
Binary10110000100110011101010110001111000100001000001111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099D5; }

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

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

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

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

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

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

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

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