#B298DA

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

Shades of Biloba Flower #B298DA

Tints of Biloba Flower #B298DA

Color information

#B298DA (or 0xB298DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 98 and DA. RGB value is (178,152,218). Sum of RGB (Red+Green+Blue) = 178+152+218=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B298DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298DA is #4D6725. Grayscale: #A7A7A7. Windows color (decimal): -5072678 or 14325938. OLE color: 14325938.

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

Color convert

RGB178152218-
CMYK0.180.3000.15
HSL263.64º47.14%72.55%-
HSV(B)263.64º30.28%85.49%-
XYZ42.2436.9871.24-
YUV167.3156.61135.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=32.48%
G=27.74%
B=39.78%

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
Decimal1781522180.180.3000.15263.6447.1472.55
HexB298DA121E0F1082f49
Octal262230332223601741057111
Binary1011001010011000110110101001011110011111000010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298DA; }

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

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

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

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

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

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

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

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