#B69BCE

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

Shades of Biloba Flower #B69BCE

Tints of Biloba Flower #B69BCE

Color information

#B69BCE (or 0xB69BCE) is unknown color: approx Biloba Flower. HEX triplet: B6, 9B and CE. RGB value is (182,155,206). Sum of RGB (Red+Green+Blue) = 182+155+206=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B69BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BCE is #496431. Grayscale: #A8A8A8. Windows color (decimal): -4809778 or 13540278. OLE color: 13540278.

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

Color convert

RGB182155206-
CMYK0.120.2500.19
HSL271.76º34.23%70.78%-
HSV(B)271.76º24.76%80.78%-
XYZ42.1537.8463.48-
YUV168.89148.95137.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=33.52%
G=28.55%
B=37.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821552060.120.2500.19271.7634.2370.78
HexB69BCEC190131102247
Octal266233316143102342042107
Binary1011011010011011110011101100110010100111000100001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BCE; }

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

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

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

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

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

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

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

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