#B4A6DE

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

Shades of Biloba Flower #B4A6DE

Tints of Biloba Flower #B4A6DE

Color information

#B4A6DE (or 0xB4A6DE) is unknown color: approx Biloba Flower. HEX triplet: B4, A6 and DE. RGB value is (180,166,222). Sum of RGB (Red+Green+Blue) = 180+166+222=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4A6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6DE is #4B5921. Grayscale: #B0B0B0. Windows color (decimal): -4938018 or 14591668. OLE color: 14591668.

HSL color Cylindrical-coordinate representation of color #B4A6DE: hue angle of 255º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4A6DE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180166222-
CMYK0.190.2500.13
HSL255º45.9%76.08%-
HSV(B)255º25.23%87.06%-
XYZ45.6442.2574.86-
YUV176.57153.64130.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=31.69%
G=29.23%
B=39.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801662220.190.2500.1325545.976.08
HexB4A6DE13190Dff2e4c
Octal264246336233101537756114
Binary101101001010011011011110100111100101101111111111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6DE; }

 p { color: rgb(180,166,222); }

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

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

 a { background-color: rgb(180,166,222); }

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

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

 span { border-color: rgb(180,166,222); }

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