#B691DE

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

Shades of Biloba Flower #B691DE

Tints of Biloba Flower #B691DE

Color information

#B691DE (or 0xB691DE) is unknown color: approx Biloba Flower. HEX triplet: B6, 91 and DE. RGB value is (182,145,222). Sum of RGB (Red+Green+Blue) = 182+145+222=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B691DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691DE is #496E21. Grayscale: #A4A4A4. Windows color (decimal): -4812322 or 14586294. OLE color: 14586294.

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

Color convert

RGB182145222-
CMYK0.180.3500.13
HSL268.83º53.85%71.96%-
HSV(B)268.83º34.68%87.06%-
XYZ42.635.4773.71-
YUV164.84160.26140.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=33.15%
G=26.41%
B=40.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821452220.180.3500.13268.8353.8571.96
HexB691DE12230D10d3648
Octal266221336224301541566110
Binary10110110100100011101111010010100011011011000011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691DE; }

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

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

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

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

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

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

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

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