#B498DD

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

Shades of Biloba Flower #B498DD

Tints of Biloba Flower #B498DD

Color information

#B498DD (or 0xB498DD) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and DD. RGB value is (180,152,221). Sum of RGB (Red+Green+Blue) = 180+152+221=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B498DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498DD is #4B6722. Grayscale: #A7A7A7. Windows color (decimal): -4941603 or 14522548. OLE color: 14522548.

HSL color Cylindrical-coordinate representation of color #B498DD: hue angle of 264.35º 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 #B498DD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180152221-
CMYK0.190.3100.13
HSL264.35º50.36%73.14%-
HSV(B)264.35º31.22%86.67%-
XYZ43.137.3873.35-
YUV168.24157.78136.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=32.55%
G=27.49%
B=39.96%

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
Decimal1801522210.190.3100.13264.3550.3673.14
HexB498DD131F0D1083249
Octal264230335233701541062111
Binary1011010010011000110111011001111111011011000010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498DD; }

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

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

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

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

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

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

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

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