#B69FCA

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

Shades of Biloba Flower #B69FCA

Tints of Biloba Flower #B69FCA

Color information

#B69FCA (or 0xB69FCA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and CA. RGB value is (182,159,202). Sum of RGB (Red+Green+Blue) = 182+159+202=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #B69FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FCA is #496035. Grayscale: #AAAAAA. Windows color (decimal): -4808758 or 13279158. OLE color: 13279158.

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

Color convert

RGB182159202-
CMYK0.100.2100.21
HSL272.09º28.86%70.78%-
HSV(B)272.09º21.29%79.22%-
XYZ42.3539.0161.17-
YUV170.78145.62136-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=33.52%
G=29.28%
B=37.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821592020.100.2100.21272.0928.8670.78
HexB69FCAA150151101d47
Octal266237312122502542035107
Binary101101101001111111001010101010101010101100010000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FCA; }

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

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

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

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

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

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

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

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