#B092CA

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

Shades of Biloba Flower #B092CA

Tints of Biloba Flower #B092CA

Color information

#B092CA (or 0xB092CA) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and CA. RGB value is (176,146,202). Sum of RGB (Red+Green+Blue) = 176+146+202=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #B092CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092CA is #4F6D35. Grayscale: #A1A1A1. Windows color (decimal): -5205302 or 13275824. OLE color: 13275824.

HSL color Cylindrical-coordinate representation of color #B092CA: hue angle of 272.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B092CA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176146202-
CMYK0.130.2800.21
HSL272.14º34.57%68.24%-
HSV(B)272.14º27.72%79.22%-
XYZ38.8434.0560.4-
YUV161.35150.94138.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=33.59%
G=27.86%
B=38.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761462020.130.2800.21272.1434.5768.24
HexB092CAD1C0151102344
Octal260222312153402542043104
Binary1011000010010010110010101101111000101011000100001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092CA; }

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

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

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

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

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

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

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

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