#B69DED

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

Shades of Biloba Flower #B69DED

Tints of Biloba Flower #B69DED

Color information

#B69DED (or 0xB69DED) is unknown color: approx Biloba Flower. HEX triplet: B6, 9D and ED. RGB value is (182,157,237). Sum of RGB (Red+Green+Blue) = 182+157+237=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #B69DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69DED is #496212. Grayscale: #ADADAD. Windows color (decimal): -4809235 or 15572406. OLE color: 15572406.

HSL color Cylindrical-coordinate representation of color #B69DED: hue angle of 258.75º degrees, saturation: 0.69, 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 #B69DED is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182157237-
CMYK0.230.3400.07
HSL258.75º68.97%77.25%-
HSV(B)258.75º33.76%92.94%-
XYZ46.6340.1785.42-
YUV173.6163.78134-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=31.60%
G=27.26%
B=41.15%

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
Decimal1821572370.230.3400.07258.7568.9777.25
HexB69DED172207103454d
Octal266235355274207403105115
Binary10110110100111011110110110111100010011110000001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DED; }

 p { color: rgb(182,157,237); }

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

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

 a { background-color: rgb(182,157,237); }

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

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

 span { border-color: rgb(182,157,237); }

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