#B088EA

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

Shades of Biloba Flower #B088EA

Tints of Biloba Flower #B088EA

Color information

#B088EA (or 0xB088EA) is unknown color: approx Biloba Flower. HEX triplet: B0, 88 and EA. RGB value is (176,136,234). Sum of RGB (Red+Green+Blue) = 176+136+234=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #B088EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088EA is #4F7715. Grayscale: #9E9E9E. Windows color (decimal): -5207830 or 15370416. OLE color: 15370416.

HSL color Cylindrical-coordinate representation of color #B088EA: hue angle of 264.49º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B088EA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176136234-
CMYK0.250.4200.08
HSL264.49º70%72.55%-
HSV(B)264.49º41.88%91.76%-
XYZ41.5632.7881.98-
YUV159.13170.25140.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=32.23%
G=24.91%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761362340.250.4200.08264.497072.55
HexB088EA192A081084649
Octal2602103523152010410106111
Binary101100001000100011101010110011010100100010000100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088EA; }

 p { color: rgb(176,136,234); }

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

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

 a { background-color: rgb(176,136,234); }

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

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

 span { border-color: rgb(176,136,234); }

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