#B899D8

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

Shades of Biloba Flower #B899D8

Tints of Biloba Flower #B899D8

Color information

#B899D8 (or 0xB899D8) is unknown color: approx Biloba Flower. HEX triplet: B8, 99 and D8. RGB value is (184,153,216). Sum of RGB (Red+Green+Blue) = 184+153+216=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #B899D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899D8 is #476627. Grayscale: #A9A9A9. Windows color (decimal): -4679208 or 14195128. OLE color: 14195128.

HSL color Cylindrical-coordinate representation of color #B899D8: hue angle of 269.52º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B899D8 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184153216-
CMYK0.150.2900.15
HSL269.52º44.68%72.35%-
HSV(B)269.52º29.17%84.71%-
XYZ43.5537.9369.99-
YUV169.45154.27138.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=33.27%
G=27.67%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841532160.150.2900.15269.5244.6872.35
HexB899D8F1D0F10e2d48
Octal270231330173501741655110
Binary101110001001100111011000111111101011111000011101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899D8; }

 p { color: rgb(184,153,216); }

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

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

 a { background-color: rgb(184,153,216); }

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

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

 span { border-color: rgb(184,153,216); }

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