#B099EE

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

Shades of Biloba Flower #B099EE

Tints of Biloba Flower #B099EE

Color information

#B099EE (or 0xB099EE) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and EE. RGB value is (176,153,238). Sum of RGB (Red+Green+Blue) = 176+153+238=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #B099EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099EE is #4F6611. Grayscale: #A9A9A9. Windows color (decimal): -5203474 or 15636912. OLE color: 15636912.

HSL color Cylindrical-coordinate representation of color #B099EE: hue angle of 256.24º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B099EE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176153238-
CMYK0.260.3600.07
HSL256.24º71.43%76.67%-
HSV(B)256.24º35.71%93.33%-
XYZ44.7338.1985.9-
YUV169.57166.62132.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=31.04%
G=26.98%
B=41.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761532380.260.3600.07256.2471.4376.67
HexB099EE1A2407100474d
Octal260231356324407400107115
Binary10110000100110011110111011010100100011110000000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099EE; }

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

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

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

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

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

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

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

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