#B498DA

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

Shades of Biloba Flower #B498DA

Tints of Biloba Flower #B498DA

Color information

#B498DA (or 0xB498DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and DA. RGB value is (180,152,218). Sum of RGB (Red+Green+Blue) = 180+152+218=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #B498DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498DA is #4B6725. Grayscale: #A7A7A7. Windows color (decimal): -4941606 or 14325940. OLE color: 14325940.

HSL color Cylindrical-coordinate representation of color #B498DA: hue angle of 265.45º 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 #B498DA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180152218-
CMYK0.170.3000.15
HSL265.45º47.14%72.55%-
HSV(B)265.45º30.28%85.49%-
XYZ42.7137.2271.26-
YUV167.9156.28136.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=32.73%
G=27.64%
B=39.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801522180.170.3000.15265.4547.1472.55
HexB498DA111E0F1092f49
Octal264230332213601741157111
Binary1011010010011000110110101000111110011111000010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498DA; }

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

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

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

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

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

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

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

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