#B69ECC

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

Shades of Biloba Flower #B69ECC

Tints of Biloba Flower #B69ECC

Color information

#B69ECC (or 0xB69ECC) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and CC. RGB value is (182,158,204). Sum of RGB (Red+Green+Blue) = 182+158+204=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #B69ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ECC is #496133. Grayscale: #AAAAAA. Windows color (decimal): -4809012 or 13409974. OLE color: 13409974.

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

Color convert

RGB182158204-
CMYK0.110.2300.2
HSL271.3º31.08%70.98%-
HSV(B)271.3º22.55%80%-
XYZ42.4238.7662.37-
YUV170.42146.95136.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=33.46%
G=29.04%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821582040.110.2300.2271.331.0870.98
HexB69ECCB1701410f1f47
Octal266236314132702441737107
Binary101101101001111011001100101110111010100100001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ECC; }

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

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

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

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

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

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

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

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