#B89CCD

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

Shades of Biloba Flower #B89CCD

Tints of Biloba Flower #B89CCD

Color information

#B89CCD (or 0xB89CCD) is unknown color: approx Biloba Flower. HEX triplet: B8, 9C and CD. RGB value is (184,156,205). Sum of RGB (Red+Green+Blue) = 184+156+205=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #B89CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CCD is #476332. Grayscale: #A9A9A9. Windows color (decimal): -4678451 or 13475000. OLE color: 13475000.

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

Color convert

RGB184156205-
CMYK0.100.2400.20
HSL274.29º32.89%70.78%-
HSV(B)274.29º23.9%80.39%-
XYZ42.6838.3862.92-
YUV169.96147.78138.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=33.76%
G=28.62%
B=37.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841562050.100.2400.20274.2932.8970.78
HexB89CCDA180141122147
Octal270234315123002442241107
Binary1011100010011100110011011010110000101001000100101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CCD; }

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

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

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

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

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

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

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

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