#B0A3CF

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

Shades of Biloba Flower #B0A3CF

Tints of Biloba Flower #B0A3CF

Color information

#B0A3CF (or 0xB0A3CF) is unknown color: approx Biloba Flower. HEX triplet: B0, A3 and CF. RGB value is (176,163,207). Sum of RGB (Red+Green+Blue) = 176+163+207=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3CF is #4F5C30. Grayscale: #ABABAB. Windows color (decimal): -5200945 or 13607856. OLE color: 13607856.

HSL color Cylindrical-coordinate representation of color #B0A3CF: hue angle of 257.73º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A3CF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176163207-
CMYK0.150.2100.19
HSL257.73º31.43%72.55%-
HSV(B)257.73º21.26%81.18%-
XYZ42.2639.9364.51-
YUV171.9147.81130.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=32.23%
G=29.85%
B=37.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761632070.150.2100.19257.7331.4372.55
HexB0A3CFF150131021f49
Octal260243317172502340237111
Binary101100001010001111001111111110101010011100000010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3CF; }

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

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

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

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

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

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

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

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