#B69CEB

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

Shades of Biloba Flower #B69CEB

Tints of Biloba Flower #B69CEB

Color information

#B69CEB (or 0xB69CEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and EB. RGB value is (182,156,235). Sum of RGB (Red+Green+Blue) = 182+156+235=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #B69CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CEB is #496314. Grayscale: #ACACAC. Windows color (decimal): -4809493 or 15441078. OLE color: 15441078.

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

Color convert

RGB182156235-
CMYK0.230.3400.08
HSL259.75º66.39%76.67%-
HSV(B)259.75º33.62%92.16%-
XYZ46.1839.7283.83-
YUV172.78163.11134.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=31.76%
G=27.23%
B=41.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821562350.230.3400.08259.7566.3976.67
HexB69CEB172208104424d
Octal2662343532742010404102115
Binary101101101001110011101011101111000100100010000010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CEB; }

 p { color: rgb(182,156,235); }

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

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

 a { background-color: rgb(182,156,235); }

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

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

 span { border-color: rgb(182,156,235); }

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