#B4A0CE

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

Shades of Biloba Flower #B4A0CE

Tints of Biloba Flower #B4A0CE

Color information

#B4A0CE (or 0xB4A0CE) is unknown color: approx Biloba Flower. HEX triplet: B4, A0 and CE. RGB value is (180,160,206). Sum of RGB (Red+Green+Blue) = 180+160+206=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A0CE is #4B5F31. Grayscale: #ABABAB. Windows color (decimal): -4939570 or 13541556. OLE color: 13541556.

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

Color convert

RGB180160206-
CMYK0.130.2200.19
HSL266.09º31.94%71.76%-
HSV(B)266.09º22.33%80.78%-
XYZ42.5339.363.74-
YUV171.22147.63134.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=32.97%
G=29.30%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801602060.130.2200.19266.0931.9471.76
HexB4A0CED1601310a2048
Octal264240316152602341240110
Binary1011010010100000110011101101101100100111000010101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A0CE; }

 p { color: rgb(180,160,206); }

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

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

 a { background-color: rgb(180,160,206); }

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

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

 span { border-color: rgb(180,160,206); }

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