#B496CE

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

Shades of Biloba Flower #B496CE

Tints of Biloba Flower #B496CE

Color information

#B496CE (or 0xB496CE) is unknown color: approx Biloba Flower. HEX triplet: B4, 96 and CE. RGB value is (180,150,206). Sum of RGB (Red+Green+Blue) = 180+150+206=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #B496CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496CE is #4B6931. Grayscale: #A5A5A5. Windows color (decimal): -4942130 or 13538996. OLE color: 13538996.

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

Color convert

RGB180150206-
CMYK0.130.2700.19
HSL272.14º36.36%69.8%-
HSV(B)272.14º27.18%80.78%-
XYZ40.8735.9763.18-
YUV165.35150.94138.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=33.58%
G=27.99%
B=38.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801502060.130.2700.19272.1436.3669.8
HexB496CED1B0131102446
Octal264226316153302342044106
Binary1011010010010110110011101101110110100111000100001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496CE; }

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

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

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

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

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

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

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

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