#B297D5

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

Shades of Biloba Flower #B297D5

Tints of Biloba Flower #B297D5

Color information

#B297D5 (or 0xB297D5) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and D5. RGB value is (178,151,213). Sum of RGB (Red+Green+Blue) = 178+151+213=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #B297D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297D5 is #4D682A. Grayscale: #A5A5A5. Windows color (decimal): -5072939 or 13998002. OLE color: 13998002.

HSL color Cylindrical-coordinate representation of color #B297D5: hue angle of 266.13º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B297D5 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178151213-
CMYK0.160.2900.16
HSL266.13º42.47%71.37%-
HSV(B)266.13º29.11%83.53%-
XYZ41.4436.467.79-
YUV166.14154.45136.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=32.84%
G=27.86%
B=39.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781512130.160.2900.16266.1342.4771.37
HexB297D5101D01010a2a47
Octal262227325203502041252107
Binary10110010100101111101010110000111010100001000010101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297D5; }

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

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

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

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

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

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

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

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