#B897CE

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

Shades of Biloba Flower #B897CE

Tints of Biloba Flower #B897CE

Color information

#B897CE (or 0xB897CE) is unknown color: approx Biloba Flower. HEX triplet: B8, 97 and CE. RGB value is (184,151,206). Sum of RGB (Red+Green+Blue) = 184+151+206=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #B897CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897CE is #476831. Grayscale: #A6A6A6. Windows color (decimal): -4679730 or 13539256. OLE color: 13539256.

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

Color convert

RGB184151206-
CMYK0.110.2700.19
HSL276º35.95%70%-
HSV(B)276º26.7%80.78%-
XYZ41.9736.7863.28-
YUV167.14149.93140.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=34.01%
G=27.91%
B=38.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841512060.110.2700.1927635.9570
HexB897CEB1B0131142446
Octal270227316133302342444106
Binary1011100010010111110011101011110110100111000101001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B897CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B897CE; }

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

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

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

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

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

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

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

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