#B093CA

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

Shades of Biloba Flower #B093CA

Tints of Biloba Flower #B093CA

Color information

#B093CA (or 0xB093CA) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and CA. RGB value is (176,147,202). Sum of RGB (Red+Green+Blue) = 176+147+202=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #B093CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093CA is #4F6C35. Grayscale: #A1A1A1. Windows color (decimal): -5205046 or 13276080. OLE color: 13276080.

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

Color convert

RGB176147202-
CMYK0.130.2700.21
HSL271.64º34.16%68.43%-
HSV(B)271.64º27.23%79.22%-
XYZ3934.3660.45-
YUV161.94150.61138.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=33.52%
G=28%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761472020.130.2700.21271.6434.1668.43
HexB093CAD1B0151102244
Octal260223312153302542042104
Binary1011000010010011110010101101110110101011000100001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093CA; }

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

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

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

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

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

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

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

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