#B6A5CF

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

Shades of Biloba Flower #B6A5CF

Tints of Biloba Flower #B6A5CF

Color information

#B6A5CF (or 0xB6A5CF) is unknown color: approx Biloba Flower. HEX triplet: B6, A5 and CF. RGB value is (182,165,207). Sum of RGB (Red+Green+Blue) = 182+165+207=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A5CF is #495A30. Grayscale: #AEAEAE. Windows color (decimal): -4807217 or 13608374. OLE color: 13608374.

HSL color Cylindrical-coordinate representation of color #B6A5CF: hue angle of 264.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6A5CF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182165207-
CMYK0.120.2000.19
HSL264.29º30.43%72.94%-
HSV(B)264.29º20.29%81.18%-
XYZ44.0141.3664.7-
YUV174.87146.13133.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=32.85%
G=29.78%
B=37.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821652070.120.2000.19264.2930.4372.94
HexB6A5CFC140131081e49
Octal266245317142402341036111
Binary101101101010010111001111110010100010011100001000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A5CF; }

 p { color: rgb(182,165,207); }

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

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

 a { background-color: rgb(182,165,207); }

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

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

 span { border-color: rgb(182,165,207); }

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