#B088DE

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

Shades of Biloba Flower #B088DE

Tints of Biloba Flower #B088DE

Color information

#B088DE (or 0xB088DE) is unknown color: approx Biloba Flower. HEX triplet: B0, 88 and DE. RGB value is (176,136,222). Sum of RGB (Red+Green+Blue) = 176+136+222=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #B088DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088DE is #4F7721. Grayscale: #9D9D9D. Windows color (decimal): -5207842 or 14583984. OLE color: 14583984.

HSL color Cylindrical-coordinate representation of color #B088DE: hue angle of 267.91º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B088DE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176136222-
CMYK0.210.3900.13
HSL267.91º56.58%70.2%-
HSV(B)267.91º38.74%87.06%-
XYZ39.8932.1173.2-
YUV157.76164.25141.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=32.96%
G=25.47%
B=41.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761362220.210.3900.13267.9156.5870.2
HexB088DE15270D10c3946
Octal260210336254701541471106
Binary10110000100010001101111010101100111011011000011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088DE; }

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

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

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

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

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

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

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

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