#B38AEC

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

Shades of Biloba Flower #B38AEC

Tints of Biloba Flower #B38AEC

Color information

#B38AEC (or 0xB38AEC) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and EC. RGB value is (179,138,236). Sum of RGB (Red+Green+Blue) = 179+138+236=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #B38AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AEC is #4C7513. Grayscale: #A1A1A1. Windows color (decimal): -5010708 or 15502003. OLE color: 15502003.

HSL color Cylindrical-coordinate representation of color #B38AEC: hue angle of 265.1º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38AEC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179138236-
CMYK0.240.4200.07
HSL265.1º72.06%73.33%-
HSV(B)265.1º41.53%92.55%-
XYZ42.8233.8283.63-
YUV161.43170.08140.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=32.37%
G=24.95%
B=42.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791382360.240.4200.07265.172.0673.33
HexB38AEC182A071094849
Octal263212354305207411110111
Binary10110011100010101110110011000101010011110000100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AEC; }

 p { color: rgb(179,138,236); }

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

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

 a { background-color: rgb(179,138,236); }

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

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

 span { border-color: rgb(179,138,236); }

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