#B69ADE

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

Shades of Biloba Flower #B69ADE

Tints of Biloba Flower #B69ADE

Color information

#B69ADE (or 0xB69ADE) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and DE. RGB value is (182,154,222). Sum of RGB (Red+Green+Blue) = 182+154+222=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #B69ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ADE is #496521. Grayscale: #A9A9A9. Windows color (decimal): -4810018 or 14588598. OLE color: 14588598.

HSL color Cylindrical-coordinate representation of color #B69ADE: hue angle of 264.71º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B69ADE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182154222-
CMYK0.180.3100.13
HSL264.71º50.75%73.73%-
HSV(B)264.71º30.63%87.06%-
XYZ44.0338.3374.18-
YUV170.12157.28136.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=32.62%
G=27.60%
B=39.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821542220.180.3100.13264.7150.7573.73
HexB69ADE121F0D109334a
Octal266232336223701541163112
Binary1011011010011010110111101001011111011011000010011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ADE; }

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

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

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

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

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

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

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

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