#B89FCD

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

Shades of Biloba Flower #B89FCD

Tints of Biloba Flower #B89FCD

Color information

#B89FCD (or 0xB89FCD) is unknown color: approx Biloba Flower. HEX triplet: B8, 9F and CD. RGB value is (184,159,205). Sum of RGB (Red+Green+Blue) = 184+159+205=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #B89FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FCD is #476032. Grayscale: #ABABAB. Windows color (decimal): -4677683 or 13475768. OLE color: 13475768.

HSL color Cylindrical-coordinate representation of color #B89FCD: hue angle of 272.61º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B89FCD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184159205-
CMYK0.100.2200.20
HSL272.61º31.51%71.37%-
HSV(B)272.61º22.44%80.39%-
XYZ43.1839.3963.09-
YUV171.72146.78136.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=33.58%
G=29.01%
B=37.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841592050.100.2200.20272.6131.5171.37
HexB89FCDA160141112047
Octal270237315122602442140107
Binary1011100010011111110011011010101100101001000100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FCD; }

 p { color: rgb(184,159,205); }

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

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

 a { background-color: rgb(184,159,205); }

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

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

 span { border-color: rgb(184,159,205); }

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