#B188EC

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

Shades of Biloba Flower #B188EC

Tints of Biloba Flower #B188EC

Color information

#B188EC (or 0xB188EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 88 and EC. RGB value is (177,136,236). Sum of RGB (Red+Green+Blue) = 177+136+236=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B188EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188EC is #4E7713. Grayscale: #9F9F9F. Windows color (decimal): -5142292 or 15501489. OLE color: 15501489.

HSL color Cylindrical-coordinate representation of color #B188EC: hue angle of 264.6º 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 #B188EC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177136236-
CMYK0.250.4200.07
HSL264.6º72.46%72.94%-
HSV(B)264.6º42.37%92.55%-
XYZ42.0833.0183.51-
YUV159.66171.08140.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=32.24%
G=24.77%
B=42.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771362360.250.4200.07264.672.4672.94
HexB188EC192A071094849
Octal261210354315207411110111
Binary10110001100010001110110011001101010011110000100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188EC; }

 p { color: rgb(177,136,236); }

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

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

 a { background-color: rgb(177,136,236); }

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

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

 span { border-color: rgb(177,136,236); }

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