#B89CCE

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

Shades of Biloba Flower #B89CCE

Tints of Biloba Flower #B89CCE

Color information

#B89CCE (or 0xB89CCE) is unknown color: approx Biloba Flower. HEX triplet: B8, 9C and CE. RGB value is (184,156,206). Sum of RGB (Red+Green+Blue) = 184+156+206=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B89CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CCE is #476331. Grayscale: #A9A9A9. Windows color (decimal): -4678450 or 13540536. OLE color: 13540536.

HSL color Cylindrical-coordinate representation of color #B89CCE: hue angle of 273.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B89CCE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184156206-
CMYK0.110.2400.19
HSL273.6º33.78%70.98%-
HSV(B)273.6º24.27%80.78%-
XYZ42.838.4263.55-
YUV170.07148.28137.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=33.70%
G=28.57%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841562060.110.2400.19273.633.7870.98
HexB89CCEB180131122247
Octal270234316133002342242107
Binary1011100010011100110011101011110000100111000100101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CCE; }

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

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

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

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

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

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

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

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