#B297DC

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

Shades of Biloba Flower #B297DC

Tints of Biloba Flower #B297DC

Color information

#B297DC (or 0xB297DC) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and DC. RGB value is (178,151,220). Sum of RGB (Red+Green+Blue) = 178+151+220=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B297DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297DC is #4D6823. Grayscale: #A6A6A6. Windows color (decimal): -5072932 or 14456754. OLE color: 14456754.

HSL color Cylindrical-coordinate representation of color #B297DC: hue angle of 263.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B297DC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178151220-
CMYK0.190.3100.14
HSL263.48º49.64%72.75%-
HSV(B)263.48º31.36%86.27%-
XYZ42.3436.7772.57-
YUV166.94157.95135.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=32.42%
G=27.50%
B=40.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781512200.190.3100.14263.4849.6472.75
HexB297DC131F0E1073249
Octal262227334233701640762111
Binary1011001010010111110111001001111111011101000001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297DC; }

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

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

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

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

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

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

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

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