#B69ACA

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

Shades of Biloba Flower #B69ACA

Tints of Biloba Flower #B69ACA

Color information

#B69ACA (or 0xB69ACA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and CA. RGB value is (182,154,202). Sum of RGB (Red+Green+Blue) = 182+154+202=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B69ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACA is #496535. Grayscale: #A7A7A7. Windows color (decimal): -4810038 or 13277878. OLE color: 13277878.

HSL color Cylindrical-coordinate representation of color #B69ACA: hue angle of 275º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B69ACA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182154202-
CMYK0.100.2400.21
HSL275º31.17%69.8%-
HSV(B)275º23.76%79.22%-
XYZ41.5137.3260.89-
YUV167.84147.28138.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=33.83%
G=28.62%
B=37.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821542020.100.2400.2127531.1769.8
HexB69ACAA180151131f46
Octal266232312123002542337106
Binary101101101001101011001010101011000010101100010011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ACA; }

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

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

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

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

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

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

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

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