#B0A3CA

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

Shades of Biloba Flower #B0A3CA

Tints of Biloba Flower #B0A3CA

Color information

#B0A3CA (or 0xB0A3CA) is unknown color: approx Biloba Flower. HEX triplet: B0, A3 and CA. RGB value is (176,163,202). Sum of RGB (Red+Green+Blue) = 176+163+202=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3CA is #4F5C35. Grayscale: #ABABAB. Windows color (decimal): -5200950 or 13280176. OLE color: 13280176.

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

Color convert

RGB176163202-
CMYK0.130.1900.21
HSL260º26.9%71.57%-
HSV(B)260º19.31%79.22%-
XYZ41.6639.6961.34-
YUV171.33145.31131.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=32.53%
G=30.13%
B=37.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761632020.130.1900.2126026.971.57
HexB0A3CAD130151041b48
Octal260243312152302540433110
Binary101100001010001111001010110110011010101100000100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3CA; }

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

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

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

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

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

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

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

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