#B498CE

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

Shades of Biloba Flower #B498CE

Tints of Biloba Flower #B498CE

Color information

#B498CE (or 0xB498CE) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and CE. RGB value is (180,152,206). Sum of RGB (Red+Green+Blue) = 180+152+206=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B498CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498CE is #4B6731. Grayscale: #A6A6A6. Windows color (decimal): -4941618 or 13539508. OLE color: 13539508.

HSL color Cylindrical-coordinate representation of color #B498CE: hue angle of 271.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B498CE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180152206-
CMYK0.130.2600.19
HSL271.11º35.53%70.2%-
HSV(B)271.11º26.21%80.78%-
XYZ41.1936.6263.29-
YUV166.53150.28137.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=33.46%
G=28.25%
B=38.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801522060.130.2600.19271.1135.5370.2
HexB498CED1A01310f2446
Octal264230316153202341744106
Binary1011010010011000110011101101110100100111000011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498CE; }

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

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

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

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

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

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

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

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