#B69DE5

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

Shades of Biloba Flower #B69DE5

Tints of Biloba Flower #B69DE5

Color information

#B69DE5 (or 0xB69DE5) is unknown color: approx Biloba Flower. HEX triplet: B6, 9D and E5. RGB value is (182,157,229). Sum of RGB (Red+Green+Blue) = 182+157+229=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #B69DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DE5 is #49621A. Grayscale: #ACACAC. Windows color (decimal): -4809243 or 15048118. OLE color: 15048118.

HSL color Cylindrical-coordinate representation of color #B69DE5: hue angle of 260.83º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B69DE5 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB182157229-
CMYK0.210.3100.10
HSL260.83º58.06%75.69%-
HSV(B)260.83º31.44%89.8%-
XYZ45.4939.7279.4-
YUV172.68159.78134.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=32.04%
G=27.64%
B=40.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1821572290.210.3100.10260.8358.0675.69
HexB69DE5151F0A1053a4c
Octal266235345253701240572114
Binary1011011010011101111001011010111111010101000001011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DE5; }

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

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

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

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

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

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

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

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