#B092DB

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

Shades of Biloba Flower #B092DB

Tints of Biloba Flower #B092DB

Color information

#B092DB (or 0xB092DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and DB. RGB value is (176,146,219). Sum of RGB (Red+Green+Blue) = 176+146+219=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B092DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092DB is #4F6D24. Grayscale: #A3A3A3. Windows color (decimal): -5205285 or 14389936. OLE color: 14389936.

HSL color Cylindrical-coordinate representation of color #B092DB: hue angle of 264.66º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B092DB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176146219-
CMYK0.200.3300.14
HSL264.66º50.34%71.57%-
HSV(B)264.66º33.33%85.88%-
XYZ40.9734.971.6-
YUV163.29159.44137.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=32.53%
G=26.99%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761462190.200.3300.14264.6650.3471.57
HexB092DB14210E1093248
Octal260222333244101641162110
Binary10110000100100101101101110100100001011101000010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092DB; }

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

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

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

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

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

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

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

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