#B697D9

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

Shades of Biloba Flower #B697D9

Tints of Biloba Flower #B697D9

Color information

#B697D9 (or 0xB697D9) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and D9. RGB value is (182,151,217). Sum of RGB (Red+Green+Blue) = 182+151+217=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #B697D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697D9 is #496826. Grayscale: #A7A7A7. Windows color (decimal): -4810791 or 14260150. OLE color: 14260150.

HSL color Cylindrical-coordinate representation of color #B697D9: hue angle of 268.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B697D9 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182151217-
CMYK0.160.3000.15
HSL268.18º46.48%72.16%-
HSV(B)268.18º30.41%85.1%-
XYZ42.8837.0970.54-
YUV167.79155.77138.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=33.09%
G=27.45%
B=39.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821512170.160.3000.15268.1846.4872.16
HexB697D9101E0F10c2e48
Octal266227331203601741456110
Binary1011011010010111110110011000011110011111000011001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697D9; }

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

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

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

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

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

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

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

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