#b69bc9

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

Shades of Biloba Flower #B69BC9

Tints of Biloba Flower #B69BC9

Color information

#B69BC9 (or 0xB69BC9) is unknown color: approx Biloba Flower. HEX triplet: B6, 9B and C9. RGB value is (182,155,201). Sum of RGB (Red+Green+Blue) = 182+155+201=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #B69BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BC9 is #496436. Grayscale: #A8A8A8. Windows color (decimal): -4809783 or 13212598. OLE color: 13212598.

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

Color convert

RGB182155201-
CMYK0.090.2300.21
HSL275.22º29.87%69.8%-
HSV(B)275.22º22.89%78.82%-
XYZ41.5637.660.33-
YUV168.32146.45137.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=33.83%
G=28.81%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821552010.090.2300.21275.2229.8769.8
HexB69BC99170151131e46
Octal266233311112702542336106
Binary101101101001101111001001100110111010101100010011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69bc9; }

 p { color: rgb(182,155,201); }

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

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

 a { background-color: rgb(182,155,201); }

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

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

 span { border-color: rgb(182,155,201); }

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