#B094CA

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

Shades of Biloba Flower #B094CA

Tints of Biloba Flower #B094CA

Color information

#B094CA (or 0xB094CA) is unknown color: approx Biloba Flower. HEX triplet: B0, 94 and CA. RGB value is (176,148,202). Sum of RGB (Red+Green+Blue) = 176+148+202=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #B094CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094CA is #4F6B35. Grayscale: #A2A2A2. Windows color (decimal): -5204790 or 13276336. OLE color: 13276336.

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

Color convert

RGB176148202-
CMYK0.130.2700.21
HSL271.11º33.75%68.63%-
HSV(B)271.11º26.73%79.22%-
XYZ39.1634.6760.51-
YUV162.53150.28137.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=33.46%
G=28.14%
B=38.40%

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
Decimal1761482020.130.2700.21271.1133.7568.63
HexB094CAD1B01510f2245
Octal260224312153302541742105
Binary1011000010010100110010101101110110101011000011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094CA; }

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

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

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

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

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

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

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

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