#B088DC

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

Shades of Biloba Flower #B088DC

Tints of Biloba Flower #B088DC

Color information

#B088DC (or 0xB088DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 88 and DC. RGB value is (176,136,220). Sum of RGB (Red+Green+Blue) = 176+136+220=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #B088DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088DC is #4F7723. Grayscale: #9D9D9D. Windows color (decimal): -5207844 or 14452912. OLE color: 14452912.

HSL color Cylindrical-coordinate representation of color #B088DC: hue angle of 268.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B088DC is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176136220-
CMYK0.20.3800.14
HSL268.57º54.55%69.8%-
HSV(B)268.57º38.18%86.27%-
XYZ39.6332.0171.8-
YUV157.54163.25141.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=33.08%
G=25.56%
B=41.35%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761362200.20.3800.14268.5754.5569.8
HexB088DC14260E10d3746
Octal260210334244601641567106
Binary10110000100010001101110010100100110011101000011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088DC; }

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

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

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

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

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

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

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

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