#B69DE4

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

Shades of Biloba Flower #B69DE4

Tints of Biloba Flower #B69DE4

Color information

#B69DE4 (or 0xB69DE4) is unknown color: approx Biloba Flower. HEX triplet: B6, 9D and E4. RGB value is (182,157,228). Sum of RGB (Red+Green+Blue) = 182+157+228=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #B69DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DE4 is #49621B. Grayscale: #ACACAC. Windows color (decimal): -4809244 or 14982582. OLE color: 14982582.

HSL color Cylindrical-coordinate representation of color #B69DE4: hue angle of 261.13º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B69DE4 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182157228-
CMYK0.200.3100.11
HSL261.13º56.8%75.49%-
HSV(B)261.13º31.14%89.41%-
XYZ45.3539.6678.66-
YUV172.57159.28134.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=32.10%
G=27.69%
B=40.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821572280.200.3100.11261.1356.875.49
HexB69DE4141F0B105394b
Octal266235344243701340571113
Binary1011011010011101111001001010011111010111000001011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DE4; }

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

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

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

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

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

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

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

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