#B8A0CB

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

Shades of Biloba Flower #B8A0CB

Tints of Biloba Flower #B8A0CB

Color information

#B8A0CB (or 0xB8A0CB) is unknown color: approx Biloba Flower. HEX triplet: B8, A0 and CB. RGB value is (184,160,203). Sum of RGB (Red+Green+Blue) = 184+160+203=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0CB is #475F34. Grayscale: #ABABAB. Windows color (decimal): -4677429 or 13344952. OLE color: 13344952.

HSL color Cylindrical-coordinate representation of color #B8A0CB: hue angle of 273.49º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8A0CB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184160203-
CMYK0.090.2100.20
HSL273.49º29.25%71.18%-
HSV(B)273.49º21.18%79.61%-
XYZ43.1239.6461.88-
YUV172.08145.45136.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=33.64%
G=29.25%
B=37.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841602030.090.2100.20273.4929.2571.18
HexB8A0CB9150141111d47
Octal270240313112502442135107
Binary101110001010000011001011100110101010100100010001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A0CB; }

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

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

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

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

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

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

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

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