#B297D4

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

Shades of Biloba Flower #B297D4

Tints of Biloba Flower #B297D4

Color information

#B297D4 (or 0xB297D4) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and D4. RGB value is (178,151,212). Sum of RGB (Red+Green+Blue) = 178+151+212=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #B297D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297D4 is #4D682B. Grayscale: #A5A5A5. Windows color (decimal): -5072940 or 13932466. OLE color: 13932466.

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

Color convert

RGB178151212-
CMYK0.160.2900.17
HSL266.56º41.5%71.18%-
HSV(B)266.56º28.77%83.14%-
XYZ41.3136.3567.13-
YUV166.03153.95136.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=32.90%
G=27.91%
B=39.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781512120.160.2900.17266.5641.571.18
HexB297D4101D01110b2947
Octal262227324203502141351107
Binary10110010100101111101010010000111010100011000010111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297D4; }

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

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

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

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

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

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

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

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