#B28ECF

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

Shades of Biloba Flower #B28ECF

Tints of Biloba Flower #B28ECF

Color information

#B28ECF (or 0xB28ECF) is unknown color: approx Biloba Flower. HEX triplet: B2, 8E and CF. RGB value is (178,142,207). Sum of RGB (Red+Green+Blue) = 178+142+207=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #B28ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ECF is #4D7130. Grayscale: #9F9F9F. Windows color (decimal): -5075249 or 13602482. OLE color: 13602482.

HSL color Cylindrical-coordinate representation of color #B28ECF: hue angle of 273.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B28ECF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178142207-
CMYK0.140.3100.19
HSL273.23º40.37%68.43%-
HSV(B)273.23º31.4%81.18%-
XYZ39.333.3263.39-
YUV160.17154.43140.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=33.78%
G=26.94%
B=39.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781422070.140.3100.19273.2340.3768.43
HexB28ECFE1F0131112844
Octal262216317163702342150104
Binary1011001010001110110011111110111110100111000100011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28ECF; }

 p { color: rgb(178,142,207); }

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

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

 a { background-color: rgb(178,142,207); }

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

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

 span { border-color: rgb(178,142,207); }

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