#B498DC

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

Shades of Biloba Flower #B498DC

Tints of Biloba Flower #B498DC

Color information

#B498DC (or 0xB498DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and DC. RGB value is (180,152,220). Sum of RGB (Red+Green+Blue) = 180+152+220=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B498DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498DC is #4B6723. Grayscale: #A7A7A7. Windows color (decimal): -4941604 or 14457012. OLE color: 14457012.

HSL color Cylindrical-coordinate representation of color #B498DC: hue angle of 264.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B498DC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180152220-
CMYK0.180.3100.14
HSL264.71º49.28%72.94%-
HSV(B)264.71º30.91%86.27%-
XYZ42.9737.3372.65-
YUV168.12157.28136.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=32.61%
G=27.54%
B=39.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801522200.180.3100.14264.7149.2872.94
HexB498DC121F0E1093149
Octal264230334223701641161111
Binary1011010010011000110111001001011111011101000010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498DC; }

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

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

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

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

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

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

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

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