#B690DE

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

Shades of Biloba Flower #B690DE

Tints of Biloba Flower #B690DE

Color information

#B690DE (or 0xB690DE) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and DE. RGB value is (182,144,222). Sum of RGB (Red+Green+Blue) = 182+144+222=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #B690DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690DE is #496F21. Grayscale: #A3A3A3. Windows color (decimal): -4812578 or 14586038. OLE color: 14586038.

HSL color Cylindrical-coordinate representation of color #B690DE: hue angle of 269.23º 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 #B690DE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182144222-
CMYK0.180.3500.13
HSL269.23º54.17%71.76%-
HSV(B)269.23º35.14%87.06%-
XYZ42.4535.1773.66-
YUV164.25160.59140.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=33.21%
G=26.28%
B=40.51%

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
Decimal1821442220.180.3500.13269.2354.1771.76
HexB690DE12230D10d3648
Octal266220336224301541566110
Binary10110110100100001101111010010100011011011000011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690DE; }

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

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

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

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

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

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

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

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