#B69FCC

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

Shades of Biloba Flower #B69FCC

Tints of Biloba Flower #B69FCC

Color information

#B69FCC (or 0xB69FCC) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and CC. RGB value is (182,159,204). Sum of RGB (Red+Green+Blue) = 182+159+204=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #B69FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FCC is #496033. Grayscale: #AAAAAA. Windows color (decimal): -4808756 or 13410230. OLE color: 13410230.

HSL color Cylindrical-coordinate representation of color #B69FCC: hue angle of 270.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B69FCC is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182159204-
CMYK0.110.2200.2
HSL270.67º30.61%71.18%-
HSV(B)270.67º22.06%80%-
XYZ42.5939.162.43-
YUV171.01146.62135.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=33.39%
G=29.17%
B=37.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821592040.110.2200.2270.6730.6171.18
HexB69FCCB1601410f1f47
Octal266237314132602441737107
Binary101101101001111111001100101110110010100100001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FCC; }

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

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

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

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

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

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

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

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