#B394EE

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

Shades of Biloba Flower #B394EE

Tints of Biloba Flower #B394EE

Color information

#B394EE (or 0xB394EE) is unknown color: approx Biloba Flower. HEX triplet: B3, 94 and EE. RGB value is (179,148,238). Sum of RGB (Red+Green+Blue) = 179+148+238=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #B394EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394EE is #4C6B11. Grayscale: #A7A7A7. Windows color (decimal): -5008146 or 15635635. OLE color: 15635635.

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

Color convert

RGB179148238-
CMYK0.250.3800.07
HSL260.67º72.58%75.69%-
HSV(B)260.67º37.82%93.33%-
XYZ44.6136.9485.67-
YUV167.53167.77136.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=31.68%
G=26.19%
B=42.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791482380.250.3800.07260.6772.5875.69
HexB394EE192607105494c
Octal263224356314607405111114
Binary10110011100101001110111011001100110011110000010110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394EE; }

 p { color: rgb(179,148,238); }

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

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

 a { background-color: rgb(179,148,238); }

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

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

 span { border-color: rgb(179,148,238); }

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