#B69FCF

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

Shades of Biloba Flower #B69FCF

Tints of Biloba Flower #B69FCF

Color information

#B69FCF (or 0xB69FCF) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and CF. RGB value is (182,159,207). Sum of RGB (Red+Green+Blue) = 182+159+207=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #B69FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FCF is #496030. Grayscale: #ABABAB. Windows color (decimal): -4808753 or 13606838. OLE color: 13606838.

HSL color Cylindrical-coordinate representation of color #B69FCF: hue angle of 268.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B69FCF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182159207-
CMYK0.120.2300.19
HSL268.75º33.33%71.76%-
HSV(B)268.75º23.19%81.18%-
XYZ42.9539.2564.34-
YUV171.35148.12135.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=33.21%
G=29.01%
B=37.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821592070.120.2300.19268.7533.3371.76
HexB69FCFC1701310d2148
Octal266237317142702341541110
Binary1011011010011111110011111100101110100111000011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FCF; }

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

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

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

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

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

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

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

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