#B8A0CF

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

Shades of Biloba Flower #B8A0CF

Tints of Biloba Flower #B8A0CF

Color information

#B8A0CF (or 0xB8A0CF) is unknown color: approx Biloba Flower. HEX triplet: B8, A0 and CF. RGB value is (184,160,207). Sum of RGB (Red+Green+Blue) = 184+160+207=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0CF is #475F30. Grayscale: #ACACAC. Windows color (decimal): -4677425 or 13607096. OLE color: 13607096.

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

Color convert

RGB184160207-
CMYK0.110.2300.19
HSL270.64º32.87%71.96%-
HSV(B)270.64º22.71%81.18%-
XYZ43.639.8464.42-
YUV172.53147.45136.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=33.39%
G=29.04%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841602070.110.2300.19270.6432.8771.96
HexB8A0CFB1701310f2148
Octal270240317132702341741110
Binary1011100010100000110011111011101110100111000011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A0CF; }

 p { color: rgb(184,160,207); }

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

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

 a { background-color: rgb(184,160,207); }

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

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

 span { border-color: rgb(184,160,207); }

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