#B89BCA

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

Shades of Biloba Flower #B89BCA

Tints of Biloba Flower #B89BCA

Color information

#B89BCA (or 0xB89BCA) is unknown color: approx Biloba Flower. HEX triplet: B8, 9B and CA. RGB value is (184,155,202). Sum of RGB (Red+Green+Blue) = 184+155+202=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #B89BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BCA is #476435. Grayscale: #A8A8A8. Windows color (decimal): -4678710 or 13278136. OLE color: 13278136.

HSL color Cylindrical-coordinate representation of color #B89BCA: hue angle of 277.02º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89BCA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184155202-
CMYK0.090.2300.21
HSL277.02º30.72%70%-
HSV(B)277.02º23.27%79.22%-
XYZ42.1537.960.97-
YUV169.03146.61138.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 155 (60.94% from 255) = 28.65%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=34.01%
G=28.65%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841552020.090.2300.21277.0230.7270
HexB89BCA9170151151f46
Octal270233312112702542537106
Binary101110001001101111001010100110111010101100010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BCA; }

 p { color: rgb(184,155,202); }

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

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

 a { background-color: rgb(184,155,202); }

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

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

 span { border-color: rgb(184,155,202); }

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