#B69DDE

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

Shades of Biloba Flower #B69DDE

Tints of Biloba Flower #B69DDE

Color information

#B69DDE (or 0xB69DDE) is unknown color: approx Biloba Flower. HEX triplet: B6, 9D and DE. RGB value is (182,157,222). Sum of RGB (Red+Green+Blue) = 182+157+222=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #B69DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DDE is #496221. Grayscale: #ABABAB. Windows color (decimal): -4809250 or 14589366. OLE color: 14589366.

HSL color Cylindrical-coordinate representation of color #B69DDE: hue angle of 263.08º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B69DDE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182157222-
CMYK0.180.2900.13
HSL263.08º49.62%74.31%-
HSV(B)263.08º29.28%87.06%-
XYZ44.5339.3374.35-
YUV171.88156.28135.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=32.44%
G=27.99%
B=39.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821572220.180.2900.13263.0849.6274.31
HexB69DDE121D0D107324a
Octal266235336223501540762112
Binary1011011010011101110111101001011101011011000001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DDE; }

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

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

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

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

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

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

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

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