#B496FE

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

Shades of Biloba Flower #B496FE

Tints of Biloba Flower #B496FE

Color information

#B496FE (or 0xB496FE) is unknown color: approx Biloba Flower. HEX triplet: B4, 96 and FE. RGB value is (180,150,254). Sum of RGB (Red+Green+Blue) = 180+150+254=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #B496FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B496FE is #4B6901. Grayscale: #AAAAAA. Windows color (decimal): -4942082 or 16684724. OLE color: 16684724.

HSL color Cylindrical-coordinate representation of color #B496FE: hue angle of 257.31º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B496FE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180150254-
CMYK0.290.4100.00
HSL257.31º98.11%79.22%-
HSV(B)257.31º40.94%99.61%-
XYZ47.6238.6798.72-
YUV170.83174.94134.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.82%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=30.82%
G=25.68%
B=43.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801502540.290.4100.00257.3198.1179.22
HexB496FE1D2900101624f
Octal264226376355100401142117
Binary101101001001011011111110111011010010010000000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496FE; }

 p { color: rgb(180,150,254); }

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

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

 a { background-color: rgb(180,150,254); }

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

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

 span { border-color: rgb(180,150,254); }

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