#B69ACF

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

Shades of Biloba Flower #B69ACF

Tints of Biloba Flower #B69ACF

Color information

#B69ACF (or 0xB69ACF) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and CF. RGB value is (182,154,207). Sum of RGB (Red+Green+Blue) = 182+154+207=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #B69ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACF is #496530. Grayscale: #A8A8A8. Windows color (decimal): -4810033 or 13605558. OLE color: 13605558.

HSL color Cylindrical-coordinate representation of color #B69ACF: hue angle of 271.7º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69ACF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182154207-
CMYK0.120.2600.19
HSL271.7º35.57%70.78%-
HSV(B)271.7º25.6%81.18%-
XYZ42.1137.5664.06-
YUV168.41149.78137.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=33.52%
G=28.36%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821542070.120.2600.19271.735.5770.78
HexB69ACFC1A0131102447
Octal266232317143202342044107
Binary1011011010011010110011111100110100100111000100001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ACF; }

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

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

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

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

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

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

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

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