#B297DA

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

Shades of Biloba Flower #B297DA

Tints of Biloba Flower #B297DA

Color information

#B297DA (or 0xB297DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and DA. RGB value is (178,151,218). Sum of RGB (Red+Green+Blue) = 178+151+218=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B297DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297DA is #4D6825. Grayscale: #A6A6A6. Windows color (decimal): -5072934 or 14325682. OLE color: 14325682.

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

Color convert

RGB178151218-
CMYK0.180.3100.15
HSL264.18º47.52%72.35%-
HSV(B)264.18º30.73%85.49%-
XYZ42.0836.6671.19-
YUV166.71156.95136.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=32.54%
G=27.61%
B=39.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781512180.180.3100.15264.1847.5272.35
HexB297DA121F0F1083048
Octal262227332223701741060110
Binary1011001010010111110110101001011111011111000010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297DA; }

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

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

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

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

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

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

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

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