#B69AD3

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

Shades of Biloba Flower #B69AD3

Tints of Biloba Flower #B69AD3

Color information

#B69AD3 (or 0xB69AD3) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and D3. RGB value is (182,154,211). Sum of RGB (Red+Green+Blue) = 182+154+211=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #B69AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69AD3 is #49652C. Grayscale: #A8A8A8. Windows color (decimal): -4810029 or 13867702. OLE color: 13867702.

HSL color Cylindrical-coordinate representation of color #B69AD3: hue angle of 269.47º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B69AD3 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB182154211-
CMYK0.140.2700.17
HSL269.47º39.31%71.57%-
HSV(B)269.47º27.01%82.75%-
XYZ42.637.7666.67-
YUV168.87151.78137.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=33.27%
G=28.15%
B=38.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1821542110.140.2700.17269.4739.3171.57
HexB69AD3E1B01110d2748
Octal266232323163302141547110
Binary1011011010011010110100111110110110100011000011011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AD3; }

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

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

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

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

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

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

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

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