#B69BEC

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

Shades of Biloba Flower #B69BEC

Tints of Biloba Flower #B69BEC

Color information

#B69BEC (or 0xB69BEC) is unknown color: approx Biloba Flower. HEX triplet: B6, 9B and EC. RGB value is (182,155,236). Sum of RGB (Red+Green+Blue) = 182+155+236=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #B69BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BEC is #496413. Grayscale: #ACACAC. Windows color (decimal): -4809748 or 15506358. OLE color: 15506358.

HSL color Cylindrical-coordinate representation of color #B69BEC: hue angle of 260º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69BEC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182155236-
CMYK0.230.3400.07
HSL260º68.07%76.67%-
HSV(B)260º34.32%92.55%-
XYZ46.1539.4484.54-
YUV172.31163.95134.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=31.76%
G=27.05%
B=41.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821552360.230.3400.0726068.0776.67
HexB69BEC172207104444d
Octal266233354274207404104115
Binary10110110100110111110110010111100010011110000010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BEC; }

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

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

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

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

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

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

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

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