#B092DE

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

Shades of Biloba Flower #B092DE

Tints of Biloba Flower #B092DE

Color information

#B092DE (or 0xB092DE) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and DE. RGB value is (176,146,222). Sum of RGB (Red+Green+Blue) = 176+146+222=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #B092DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092DE is #4F6D21. Grayscale: #A3A3A3. Windows color (decimal): -5205282 or 14586544. OLE color: 14586544.

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

Color convert

RGB176146222-
CMYK0.210.3400.13
HSL263.68º53.52%72.16%-
HSV(B)263.68º34.23%87.06%-
XYZ41.3735.0673.69-
YUV163.63160.94136.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=32.35%
G=26.84%
B=40.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761462220.210.3400.13263.6853.5272.16
HexB092DE15220D1083648
Octal260222336254201541066110
Binary10110000100100101101111010101100010011011000010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092DE; }

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

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

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

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

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

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

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

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