#B89CDE

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

Shades of Biloba Flower #B89CDE

Tints of Biloba Flower #B89CDE

Color information

#B89CDE (or 0xB89CDE) is unknown color: approx Biloba Flower. HEX triplet: B8, 9C and DE. RGB value is (184,156,222). Sum of RGB (Red+Green+Blue) = 184+156+222=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #B89CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CDE is #476321. Grayscale: #ABABAB. Windows color (decimal): -4678434 or 14589112. OLE color: 14589112.

HSL color Cylindrical-coordinate representation of color #B89CDE: hue angle of 265.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89CDE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184156222-
CMYK0.170.3000.13
HSL265.45º50%74.12%-
HSV(B)265.45º29.73%87.06%-
XYZ44.8439.2474.32-
YUV171.9156.28136.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=32.74%
G=27.76%
B=39.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841562220.170.3000.13265.455074.12
HexB89CDE111E0D109324a
Octal270234336213601541162112
Binary1011100010011100110111101000111110011011000010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CDE; }

 p { color: rgb(184,156,222); }

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

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

 a { background-color: rgb(184,156,222); }

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

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

 span { border-color: rgb(184,156,222); }

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