#B895D7

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

Shades of Biloba Flower #B895D7

Tints of Biloba Flower #B895D7

Color information

#B895D7 (or 0xB895D7) is unknown color: approx Biloba Flower. HEX triplet: B8, 95 and D7. RGB value is (184,149,215). Sum of RGB (Red+Green+Blue) = 184+149+215=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #B895D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895D7 is #476A28. Grayscale: #A6A6A6. Windows color (decimal): -4680233 or 14128568. OLE color: 14128568.

HSL color Cylindrical-coordinate representation of color #B895D7: hue angle of 271.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B895D7 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184149215-
CMYK0.140.3100.16
HSL271.82º45.21%71.37%-
HSV(B)271.82º30.7%84.31%-
XYZ42.7836.5969.1-
YUV166.99155.1140.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=33.58%
G=27.19%
B=39.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841492150.140.3100.16271.8245.2171.37
HexB895D7E1F0101102d47
Octal270225327163702042055107
Binary1011100010010101110101111110111110100001000100001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895D7; }

 p { color: rgb(184,149,215); }

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

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

 a { background-color: rgb(184,149,215); }

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

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

 span { border-color: rgb(184,149,215); }

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