#B690DF

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

Shades of Biloba Flower #B690DF

Tints of Biloba Flower #B690DF

Color information

#B690DF (or 0xB690DF) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and DF. RGB value is (182,144,223). Sum of RGB (Red+Green+Blue) = 182+144+223=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B690DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690DF is #496F20. Grayscale: #A4A4A4. Windows color (decimal): -4812577 or 14651574. OLE color: 14651574.

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

Color convert

RGB182144223-
CMYK0.180.3500.13
HSL268.86º55.24%71.96%-
HSV(B)268.86º35.43%87.45%-
XYZ42.5835.2274.37-
YUV164.37161.09140.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=33.15%
G=26.23%
B=40.62%

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
Decimal1821442230.180.3500.13268.8655.2471.96
HexB690DF12230D10d3748
Octal266220337224301541567110
Binary10110110100100001101111110010100011011011000011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690DF; }

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

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

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

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

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

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

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

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