#B298DD

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

Shades of Biloba Flower #B298DD

Tints of Biloba Flower #B298DD

Color information

#B298DD (or 0xB298DD) is unknown color: approx Biloba Flower. HEX triplet: B2, 98 and DD. RGB value is (178,152,221). Sum of RGB (Red+Green+Blue) = 178+152+221=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B298DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298DD is #4D6722. Grayscale: #A7A7A7. Windows color (decimal): -5072675 or 14522546. OLE color: 14522546.

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

Color convert

RGB178152221-
CMYK0.190.3100.13
HSL262.61º50.36%73.14%-
HSV(B)262.61º31.22%86.67%-
XYZ42.6437.1473.33-
YUV167.64158.11135.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=32.30%
G=27.59%
B=40.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781522210.190.3100.13262.6150.3673.14
HexB298DD131F0D1073249
Octal262230335233701540762111
Binary1011001010011000110111011001111111011011000001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298DD; }

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

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

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

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

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

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

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

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