#B696DA

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

Shades of Biloba Flower #B696DA

Tints of Biloba Flower #B696DA

Color information

#B696DA (or 0xB696DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 96 and DA. RGB value is (182,150,218). Sum of RGB (Red+Green+Blue) = 182+150+218=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #B696DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696DA is #496925. Grayscale: #A7A7A7. Windows color (decimal): -4811046 or 14325430. OLE color: 14325430.

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

Color convert

RGB182150218-
CMYK0.170.3100.15
HSL268.24º47.89%72.16%-
HSV(B)268.24º31.19%85.49%-
XYZ42.8536.8271.18-
YUV167.32156.6138.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=33.09%
G=27.27%
B=39.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821502180.170.3100.15268.2447.8972.16
HexB696DA111F0F10c3048
Octal266226332213701741460110
Binary1011011010010110110110101000111111011111000011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696DA; }

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

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

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

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

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

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

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

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