#B298D9

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

Shades of Biloba Flower #B298D9

Tints of Biloba Flower #B298D9

Color information

#B298D9 (or 0xB298D9) is unknown color: approx Biloba Flower. HEX triplet: B2, 98 and D9. RGB value is (178,152,217). Sum of RGB (Red+Green+Blue) = 178+152+217=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #B298D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298D9 is #4D6726. Grayscale: #A6A6A6. Windows color (decimal): -5072679 or 14260402. OLE color: 14260402.

HSL color Cylindrical-coordinate representation of color #B298D9: hue angle of 264º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B298D9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178152217-
CMYK0.180.3000.15
HSL264º46.1%72.35%-
HSV(B)264º29.95%85.1%-
XYZ42.1136.9370.55-
YUV167.18156.11135.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=32.54%
G=27.79%
B=39.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781522170.180.3000.1526446.172.35
HexB298D9121E0F1082e48
Octal262230331223601741056110
Binary1011001010011000110110011001011110011111000010001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298D9; }

 p { color: rgb(178,152,217); }

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

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

 a { background-color: rgb(178,152,217); }

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

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

 span { border-color: rgb(178,152,217); }

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