#B695DD

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

Shades of Biloba Flower #B695DD

Tints of Biloba Flower #B695DD

Color information

#B695DD (or 0xB695DD) is unknown color: approx Biloba Flower. HEX triplet: B6, 95 and DD. RGB value is (182,149,221). Sum of RGB (Red+Green+Blue) = 182+149+221=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B695DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695DD is #496A22. Grayscale: #A6A6A6. Windows color (decimal): -4811299 or 14521782. OLE color: 14521782.

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

Color convert

RGB182149221-
CMYK0.180.3300.13
HSL267.5º51.43%72.55%-
HSV(B)267.5º32.58%86.67%-
XYZ43.0936.6673.21-
YUV167.08158.43138.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=32.97%
G=26.99%
B=40.04%

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
Decimal1821492210.180.3300.13267.551.4372.55
HexB695DD12210D10c3349
Octal266225335224101541463111
Binary10110110100101011101110110010100001011011000011001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695DD; }

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

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

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

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

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

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

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

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