#B297CA

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

Shades of Biloba Flower #B297CA

Tints of Biloba Flower #B297CA

Color information

#B297CA (or 0xB297CA) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and CA. RGB value is (178,151,202). Sum of RGB (Red+Green+Blue) = 178+151+202=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B297CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297CA is #4D6835. Grayscale: #A4A4A4. Windows color (decimal): -5072950 or 13277106. OLE color: 13277106.

HSL color Cylindrical-coordinate representation of color #B297CA: hue angle of 271.76º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B297CA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178151202-
CMYK0.120.2500.21
HSL271.76º32.48%69.22%-
HSV(B)271.76º25.25%79.22%-
XYZ40.0935.8660.69-
YUV164.89148.95137.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=33.52%
G=28.44%
B=38.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781512020.120.2500.21271.7632.4869.22
HexB297CAC190151102045
Octal262227312143102542040105
Binary1011001010010111110010101100110010101011000100001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297CA; }

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

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

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

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

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

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

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

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