#B498FF

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

Shades of Biloba Flower #B498FF

Tints of Biloba Flower #B498FF

Color information

#B498FF (or 0xB498FF) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and FF. RGB value is (180,152,255). Sum of RGB (Red+Green+Blue) = 180+152+255=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B498FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B498FF is #4B6700. Grayscale: #ABABAB. Windows color (decimal): -4941569 or 16750772. OLE color: 16750772.

HSL color Cylindrical-coordinate representation of color #B498FF: hue angle of 256.31º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B498FF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180152255-
CMYK0.290.4000
HSL256.31º100%79.8%-
HSV(B)256.31º40.39%100%-
XYZ48.139.3899.67-
YUV172.11174.78133.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.66%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 255 (100% from 255) = 43.44%
R=30.66%
G=25.89%
B=43.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801522550.290.4000256.3110079.8
HexB498FF1D28001006450
Octal264230377355000400144120
Binary101101001001100011111111111011010000010000000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498FF; }

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

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

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

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

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

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

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

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