#B297CC

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

Shades of Biloba Flower #B297CC

Tints of Biloba Flower #B297CC

Color information

#B297CC (or 0xB297CC) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and CC. RGB value is (178,151,204). Sum of RGB (Red+Green+Blue) = 178+151+204=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #B297CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297CC is #4D6833. Grayscale: #A4A4A4. Windows color (decimal): -5072948 or 13408178. OLE color: 13408178.

HSL color Cylindrical-coordinate representation of color #B297CC: hue angle of 270.57º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B297CC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178151204-
CMYK0.130.2600.2
HSL270.57º34.19%69.61%-
HSV(B)270.57º25.98%80%-
XYZ40.3335.9661.94-
YUV165.12149.95137.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=33.40%
G=28.33%
B=38.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781512040.130.2600.2270.5734.1969.61
HexB297CCD1A01410f2246
Octal262227314153202441742106
Binary1011001010010111110011001101110100101001000011111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297CC; }

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

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

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

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

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

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

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

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