#B694DA

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

Shades of Biloba Flower #B694DA

Tints of Biloba Flower #B694DA

Color information

#B694DA (or 0xB694DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and DA. RGB value is (182,148,218). Sum of RGB (Red+Green+Blue) = 182+148+218=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B694DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694DA is #496B25. Grayscale: #A5A5A5. Windows color (decimal): -4811558 or 14324918. OLE color: 14324918.

HSL color Cylindrical-coordinate representation of color #B694DA: hue angle of 269.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B694DA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182148218-
CMYK0.170.3200.15
HSL269.14º48.61%71.76%-
HSV(B)269.14º32.11%85.49%-
XYZ42.5436.1971.07-
YUV166.15157.26139.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=33.21%
G=27.01%
B=39.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821482180.170.3200.15269.1448.6171.76
HexB694DA11200F10d3148
Octal266224332214001741561110
Binary10110110100101001101101010001100000011111000011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694DA; }

 p { color: rgb(182,148,218); }

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

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

 a { background-color: rgb(182,148,218); }

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

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

 span { border-color: rgb(182,148,218); }

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