#B694DD

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

Shades of Biloba Flower #B694DD

Tints of Biloba Flower #B694DD

Color information

#B694DD (or 0xB694DD) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and DD. RGB value is (182,148,221). Sum of RGB (Red+Green+Blue) = 182+148+221=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B694DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694DD is #496B22. Grayscale: #A6A6A6. Windows color (decimal): -4811555 or 14521526. OLE color: 14521526.

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

Color convert

RGB182148221-
CMYK0.180.3300.13
HSL267.95º51.77%72.35%-
HSV(B)267.95º33.03%86.67%-
XYZ42.9336.3573.16-
YUV166.49158.76139.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=33.03%
G=26.86%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821482210.180.3300.13267.9551.7772.35
HexB694DD12210D10c3448
Octal266224335224101541464110
Binary10110110100101001101110110010100001011011000011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694DD; }

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

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

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

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

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

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

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

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