#B895DC

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

Shades of Biloba Flower #B895DC

Tints of Biloba Flower #B895DC

Color information

#B895DC (or 0xB895DC) is unknown color: approx Biloba Flower. HEX triplet: B8, 95 and DC. RGB value is (184,149,220). Sum of RGB (Red+Green+Blue) = 184+149+220=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #B895DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895DC is #476A23. Grayscale: #A7A7A7. Windows color (decimal): -4680228 or 14456248. OLE color: 14456248.

HSL color Cylindrical-coordinate representation of color #B895DC: hue angle of 269.58º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B895DC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184149220-
CMYK0.160.3200.14
HSL269.58º50.35%72.35%-
HSV(B)269.58º32.27%86.27%-
XYZ43.4336.8572.53-
YUV167.56157.6139.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=33.27%
G=26.94%
B=39.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841492200.160.3200.14269.5850.3572.35
HexB895DC10200E10e3248
Octal270225334204001641662110
Binary10111000100101011101110010000100000011101000011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895DC; }

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

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

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

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

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

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

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

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