#B092DA

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

Shades of Biloba Flower #B092DA

Tints of Biloba Flower #B092DA

Color information

#B092DA (or 0xB092DA) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and DA. RGB value is (176,146,218). Sum of RGB (Red+Green+Blue) = 176+146+218=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #B092DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092DA is #4F6D25. Grayscale: #A2A2A2. Windows color (decimal): -5205286 or 14324400. OLE color: 14324400.

HSL color Cylindrical-coordinate representation of color #B092DA: hue angle of 265º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B092DA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176146218-
CMYK0.190.3300.15
HSL265º49.32%71.37%-
HSV(B)265º33.03%85.49%-
XYZ40.8434.8570.9-
YUV163.18158.94137.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=32.59%
G=27.04%
B=40.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761462180.190.3300.1526549.3271.37
HexB092DA13210F1093147
Octal260222332234101741161107
Binary10110000100100101101101010011100001011111000010011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092DA; }

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

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

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

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

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

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

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

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