#B697DA

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

Shades of Biloba Flower #B697DA

Tints of Biloba Flower #B697DA

Color information

#B697DA (or 0xB697DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and DA. RGB value is (182,151,218). Sum of RGB (Red+Green+Blue) = 182+151+218=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B697DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697DA is #496825. Grayscale: #A7A7A7. Windows color (decimal): -4810790 or 14325686. OLE color: 14325686.

HSL color Cylindrical-coordinate representation of color #B697DA: hue angle of 267.76º 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 #B697DA is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182151218-
CMYK0.170.3100.15
HSL267.76º47.52%72.35%-
HSV(B)267.76º30.73%85.49%-
XYZ43.0137.1471.23-
YUV167.91156.27138.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=33.03%
G=27.40%
B=39.56%

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
Decimal1821512180.170.3100.15267.7647.5272.35
HexB697DA111F0F10c3048
Octal266227332213701741460110
Binary1011011010010111110110101000111111011111000011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697DA; }

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

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

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

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

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

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

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

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