#B69ACB

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

Shades of Biloba Flower #B69ACB

Tints of Biloba Flower #B69ACB

Color information

#B69ACB (or 0xB69ACB) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and CB. RGB value is (182,154,203). Sum of RGB (Red+Green+Blue) = 182+154+203=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B69ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACB is #496534. Grayscale: #A7A7A7. Windows color (decimal): -4810037 or 13343414. OLE color: 13343414.

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

Color convert

RGB182154203-
CMYK0.100.2400.20
HSL274.29º32.03%70%-
HSV(B)274.29º24.14%79.61%-
XYZ41.6337.3761.52-
YUV167.96147.78138.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=33.77%
G=28.57%
B=37.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821542030.100.2400.20274.2932.0370
HexB69ACBA180141122046
Octal266232313123002442240106
Binary1011011010011010110010111010110000101001000100101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ACB; }

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

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

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

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

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

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

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

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