#b89cda

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

Shades of Biloba Flower #B89CDA

Tints of Biloba Flower #B89CDA

Color information

#B89CDA (or 0xB89CDA) is unknown color: approx Biloba Flower. HEX triplet: B8, 9C and DA. RGB value is (184,156,218). Sum of RGB (Red+Green+Blue) = 184+156+218=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CDA is #476325. Grayscale: #ABABAB. Windows color (decimal): -4678438 or 14326968. OLE color: 14326968.

HSL color Cylindrical-coordinate representation of color #B89CDA: hue angle of 267.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89CDA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184156218-
CMYK0.160.2800.15
HSL267.1º45.59%73.33%-
HSV(B)267.1º28.44%85.49%-
XYZ44.3139.0371.53-
YUV171.44154.28136.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=32.97%
G=27.96%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841562180.160.2800.15267.145.5973.33
HexB89CDA101C0F10b2e49
Octal270234332203401741356111
Binary1011100010011100110110101000011100011111000010111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89cda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89cda; }

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

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

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

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

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

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

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

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