#B99ACE

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

Shades of Biloba Flower #B99ACE

Tints of Biloba Flower #B99ACE

Color information

#B99ACE (or 0xB99ACE) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and CE. RGB value is (185,154,206). Sum of RGB (Red+Green+Blue) = 185+154+206=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #B99ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ACE is #466531. Grayscale: #A9A9A9. Windows color (decimal): -4613426 or 13540025. OLE color: 13540025.

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

Color convert

RGB185154206-
CMYK0.100.2500.19
HSL275.77º34.67%70.59%-
HSV(B)275.77º25.24%80.78%-
XYZ42.737.8863.45-
YUV169.2148.77139.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=33.94%
G=28.26%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851542060.100.2500.19275.7734.6770.59
HexB99ACEA190131142347
Octal271232316123102342443107
Binary1011100110011010110011101010110010100111000101001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ACE; }

 p { color: rgb(185,154,206); }

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

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

 a { background-color: rgb(185,154,206); }

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

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

 span { border-color: rgb(185,154,206); }

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