#B092D8

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

Shades of Biloba Flower #B092D8

Tints of Biloba Flower #B092D8

Color information

#B092D8 (or 0xB092D8) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and D8. RGB value is (176,146,216). Sum of RGB (Red+Green+Blue) = 176+146+216=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #B092D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092D8 is #4F6D27. Grayscale: #A2A2A2. Windows color (decimal): -5205288 or 14193328. OLE color: 14193328.

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

Color convert

RGB176146216-
CMYK0.190.3200.15
HSL265.71º47.3%70.98%-
HSV(B)265.71º32.41%84.71%-
XYZ40.5834.7569.53-
YUV162.95157.94137.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=32.71%
G=27.14%
B=40.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761462160.190.3200.15265.7147.370.98
HexB092D813200F10a2f47
Octal260222330234001741257107
Binary10110000100100101101100010011100000011111000010101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092D8; }

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

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

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

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

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

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

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

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